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