Class JSON
Inheritance
System.Object
JSON
Namespace: Unity.UIWidgets.external.simplejson
Syntax
public static class JSON
Methods
Parse(String)
Declaration
public static JSONNode Parse(string aJSON)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | aJSON |
Returns
| Type | Description |
|---|---|
| JSONNode |