Method JsonDecode
JsonDecode(string)
Converts an string into a JSON object
Declaration
public static object JsonDecode(string json)
Parameters
Type | Name | Description |
---|---|---|
string | json | String to convert to JSON object |
Returns
Type | Description |
---|---|
object | JSON object |