GetBoolean property: JsonNode class
Syntax
GetBoolean()
Description
Use this method to return a Boolean value from the node.
Parameters
None.
Returns
Boolean.
Example
Local JsonNode &jNode = CreateJsonNode();
Local Boolean &myBoolean = &jNode.GetBoolean();