GetJsonObject property: JsonNode class
Syntax
GetJsonObject()
Description
Use this method to return the Json object from the node.
Parameters
None.
Returns
JsonObject.
Example
Local JsonNode &jNode = CreateJsonNode();
Local JsonObject &jObj = &jNode.GetJsonObject();