SetNodeName property: JsonNode class
Syntax
SetNodeName(Name)
Description
Use this method to set the name of the node.
Parameters
| Parameter | Description |
|---|---|
|
Name |
Specifies the name of the node as a string. |
Returns
None.
Example
Local JsonNode &jNode = CreateJsonNode();
&jNode.SetNodeName("Test Node");