Link

Syntax

ToJsonString()

Description

Use this method to return the String of the JSON Array.

Parameters

None.

Returns

String.

Example

Local PSM_JSON:Array &oArray = create PSM_JSON:Array();
   
/* Populate JSON Array */
   
Local string &sJson = &oArray.ToJsonString();