SetBoolean property: JsonNode class

Syntax

SetBoolean(boolean_value)

Description

Use this method to set the Boolean value of the node.

Parameters

Parameter Description

boolean_value

Specifies the value of the node as a Boolean.

Returns

None.

Example

Local JsonNode &jNode = CreateJsonNode();
&jNode.SetBoolean(True);