List of Json methods: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 Automatically generated page update  | 
				 Automatically generated page update  | 
				||
| Line 25: | Line 25: | ||
<tr><td valign="top">[[Parse (Json function)|Parse]]</td><td valign="top">Create an JSON object from serialized JSON</td></tr>  | <tr><td valign="top">[[Parse (Json function)|Parse]]</td><td valign="top">Create an JSON object from serialized JSON</td></tr>  | ||
<tr><td valign="top">[[String (Json function)|String]]</td><td valign="top">Create a String JSON object</td></tr>  | <tr><td valign="top">[[String (Json function)|String]]</td><td valign="top">Create a String JSON object</td></tr>  | ||
<tr><td valign="top">[[Stringify (Json function)|Stringify]]</td><td valign="top">Serialize a JSON object</td></tr>  | |||
<tr><td valign="top">[[StringValue (Json function)|StringValue]]</td><td valign="top">Get string value of JSON object</td></tr>  | <tr><td valign="top">[[StringValue (Json function)|StringValue]]</td><td valign="top">Get string value of JSON object</td></tr>  | ||
<tr><td valign="top">[[ToString (Json function)|ToString]]</td><td valign="top">Serialize a JSON object</td></tr>  | <tr><td valign="top">[[ToString (Json function)|ToString]]</td><td valign="top">Serialize a JSON object</td></tr>  | ||
<tr><td valign="top">[[True (Json function)|True]]</td><td valign="top">Create a true Boolean JSON object</td></tr>  | <tr><td valign="top">[[True (Json function)|True]]</td><td valign="top">Create a true Boolean JSON object</td></tr>  | ||
Latest revision as of 20:43, 11 May 2016
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 |