Syntax
AddString(value)
Description
Use this method to add a String value to the JSON Array.
Parameters
Name | Description |
value | Specifies the string to add to the JSON Array as a String type. |
Returns
None.
Example
Local PSM_JSON:Array &oArray = create PSM_JSON:Array();
&oArray.AddString("hello");