SetInteger property: JsonNode class
Syntax
SetInteger(integer_value)
Description
Use this method to set the integer value of the node.
Parameters
| Parameter | Description |
|---|---|
|
integer_value |
Specifies the integer value of the node as an integer. |
Returns
None.
Example
Local JsonNode &jNode = CreateJsonNode();
&jNode.SetInteger(10);