List of Json methods
The following are the available Json class methods.
| Method | Description | 
|---|---|
| Add | Add an item to a JSON array | 
| Array | Create an Array JSON object | 
| Boolean | Create a Boolean JSON object | 
| BooleanValue | Get boolean value of JSON object | 
| Copy | Copy the JSON object | 
| Count | Number of items in object | 
| DeepCopy | Copy the JSON object | 
| Delete | Delete a JSON object/array item value | 
| False | Create a false Boolean JSON object | 
| Insert | Insert an item into a JSON array | 
| Item | Return or set JSON object/array item value | 
| ItemByNumber | Return or set JSON object/array item value | 
| NameByNumber | Get name of item in JSON object | 
| Number | Create a Number JSON object | 
| NumberByName | Get number of named item in JSON object | 
| NumberValue | Get number value of JSON object | 
| Object | Create an Object JSON object | 
| Parse | Create an JSON object from serialized JSON | 
| String | Create a String JSON object | 
| StringValue | Get string value of JSON object | 
| Stringify | Serialize a JSON object | 
| ToString | Serialize a JSON object | 
| True | Create a true Boolean JSON object | 
| Type | Get type of JSON object |