GetJsonArray property: JsonNode class

Syntax

GetJsonArray()

Description

Use this method to return the Json array from the node.

Parameters

None.

Returns

JsonArray.

Example

Local JsonNode &jNode = CreateJsonNode();
Local JsonArray &jArray = &jNode.GetJsonArray();