Method Deserialize
Deserialize(string)
Parses the string json into a value
Declaration
public static object Deserialize(string json)
Parameters
Type | Name | Description |
---|---|---|
string | json | A JSON string. |
Returns
Type | Description |
---|---|
object | An List<object>, a Dictionary<string, object>, a double, an integer,a string, null, true, or false |