GetString property: JsonNode class

Syntax

GetString()

Description

Use this method to return the string value from the node.

Parameters

None.

Returns

String.

Example

Local JsonNode &jNode = CreateJsonNode();
Local String &myString = &jNode.GetString();