Method Parse
Parse(String)
Parses string representation of json object and returns the parsed object
Declaration
public static JsonValueBase Parse(string json)
Parameters
Type | Name | Description |
---|---|---|
System.String | json |
Returns
Type | Description |
---|---|
JsonValueBase |