SetTrue property: JsonNode class

Syntax

SetTrue()

Description

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

Parameters

None.

Returns

None.

Example

Local JsonNode &jNode = CreateJsonNode();
&jNode.SetTrue();