Link

Syntax

AddNull()

Description

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

Parameters

None.

Returns

None.

Example

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