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