List of Json methods: Difference between revisions
Jump to navigation
Jump to search
Automatically generated page update |
Automatically generated page update |
||
| Line 17: | Line 17: | ||
<tr><td valign="top">[[Insert (Json function)|Insert]]</td><td valign="top">Insert an item into a JSON array</td></tr> | <tr><td valign="top">[[Insert (Json function)|Insert]]</td><td valign="top">Insert an item into a JSON array</td></tr> | ||
<tr><td valign="top">[[Item (Json property)|Item]]</td><td valign="top">Return or set JSON object/array item value</td></tr> | <tr><td valign="top">[[Item (Json property)|Item]]</td><td valign="top">Return or set JSON object/array item value</td></tr> | ||
<tr><td valign="top">[[ItemByNumber (Json function)|ItemByNumber]]</td><td valign="top">Return or set JSON object/array item value</td></tr> | |||
<tr><td valign="top">[[NameByNumber (Json function)|NameByNumber]]</td><td valign="top">Get name of item in JSON object</td></tr> | <tr><td valign="top">[[NameByNumber (Json function)|NameByNumber]]</td><td valign="top">Get name of item in JSON object</td></tr> | ||
<tr><td valign="top">[[Number (Json function)|Number]]</td><td valign="top">Create a Number JSON object</td></tr> | <tr><td valign="top">[[Number (Json function)|Number]]</td><td valign="top">Create a Number JSON object</td></tr> | ||
Revision as of 03:05, 18 February 2015
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 |