ToString property: JsonNode class

Syntax

ToString()

Description

Use this method to serialize the JsonNode object to string.

Parameters

None.

Returns

String.

Example

Local JsonNode &jNode = CreateJsonNode();
Local String &myJNodeStr = &jNode.ToString();