Syntax
AddFloat(value)
Description
Use this method to add a Float value to the JSON Array.
Parameters
Name | Description |
value | Specifies the float to add to the JSON Array as a Float type. |
Returns
None.
Example
Local PSM_JSON:Array &oArray = create PSM_JSON:Array();
&oArray.AddFloat(5.1234567);