Syntax
AddInteger(value)
Description
Use this method to add an Integer to the JSON Array.
Parameters
Name | Description |
value | Specifies the integer to add to the JSON Array as an Integer data type. |
Returns
None.
Example
Local PSM_JSON:Array &oArray = create PSM_JSON:Array();
&oArray.AddInteger(2);