ValueType property: JsonNode class
Description
Use this property to return the type of the JsonNode value.
Example
Local JsonNode &jNode = CreateJsonNode();
Local integer &valuetype = &jNode.ValueType;
Description
Use this property to return the type of the JsonNode value.
Example
Local JsonNode &jNode = CreateJsonNode();
Local integer &valuetype = &jNode.ValueType;