Method ParseJson
| Improve this Doc View SourceParseJson(String, IJsonCustomizer)
Deserializes JSON string into PagedDataSet<T> object.
Declaration
public static PagedDataSet<T> ParseJson(string json, IJsonCustomizer customizer = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | json | The JSON string. |
| IJsonCustomizer | customizer | The customizer for deserialization. |
Returns
| Type | Description |
|---|---|
| PagedDataSet<T> | The deserialized object. |