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