Link

Syntax

ToJsonString()

Description

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

Parameters

None.

Returns

String.

Example

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