Utility methods for JSON and HttpResponseMessage.
public static class JsonWebResponseUtility
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. |
The JSON in the response content must be represented using UTF-8.