Utility methods for JSON and WebServiceResponse.
public static class JsonWebServiceResponseUtility
| name | description |
|---|---|
| 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.