JsonWebResponseUtility class

Utility methods for JSON and HttpResponseMessage.

public static class JsonWebResponseUtility

Public Members

name description
static GetJsonAsAsync(…) Parses the JSON into an object of the specified type. (2 methods)
static GetJsonAsAsync<T>(…) Parses the JSON into an object of the specified type. (2 methods)
static GetJsonAsync(…) Gets the JSON.
static HasJson(…) Returns true if the response content uses the JSON content type.

Remarks

The JSON in the response content must be represented using UTF-8.

See Also