Syntax
ToJsonArray()
Description
Use this method to return the JsonArray of the JSON Array.
Parameters
None.
Returns
JsonArray.
Example
Local PSM_JSON:Array &oArray = create PSM_JSON:Array();
/* Populate JSON Array */
Local JsonArray &jaJson = &oArray.ToJsonArray();