NodeType property: JsonNode class

Description

Use this property to return the type of the JsonNode object.

Example

Local JsonNode &jNode = CreateJsonNode();
Local integer &nodetype = &jNode.NodeType;