List of Json methods
Jump to navigation
Jump to search
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 JSON object/array item value by item number |
| 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 |
| Stringify | Serialize a JSON object |
| StringValue | Get string value of JSON object |
| ToString | Serialize a JSON object |
| True | Create a true Boolean JSON object |
| Type | Get type of JSON object |