Method Parse
Parse(string)
Parses the specified a json.
Declaration
public static JSONNode Parse(string aJSON)
Parameters
Type | Name | Description |
---|---|---|
string | aJSON | a json. |
Returns
Type | Description |
---|---|
JSONNode | JSONNode. |
Exceptions
Type | Condition |
---|---|
Exception | JSON Parse: Too many closing brackets |
Exception | JSON Parse: Quotation marks seems to be messed up. |