Json.Decode Method
Include Protected Members
Include Inherited Members
Converts data in JavaScript Object Notation (JSON) format into a data object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Decode<T>(String) | Converts data in JavaScript Object Notation (JSON) format into the specified strongly typed data list. | |
Decode(String) | Converts data in JavaScript Object Notation (JSON) format into a data object. | |
Decode(String, Type) | Converts data in JavaScript Object Notation (JSON) format into a data object of a specified type. |
Top