Link

Syntax

AddNumber(number)

Description

Use this method to add a Number value to the JSON Array.

Parameters

Name Description
number Specifies the number to add to the JSON Array as a Number type.

Returns

None.

Example

Local PSM_JSON:Array &oArray = create PSM_JSON:Array();
   
&oArray.AddNumber(7);