Syntax
ToJsonObject()
Description
Use this method to return the JsonObject of the JSON Object.
Parameters
None.
Returns
JsonObject.
Example
Local PSM_JSON:Object &oObject = create PSM_JSON:Object();
/* Populate JSON Object */
Local JsonObject &jaJson = &oObject.ToJsonObject();