IsJsonObject property: JsonNode class
Syntax
IsJsonObject()
Description
Use this method to check whether the type of the node is a JsonObject.
Parameters
None.
Returns
Boolean.
Example
Local JsonNode &jNode = CreateJsonNode();
Local Boolean &bIsJsonObj = &jNode.IsJsonObject();