GetJsonNode method: JsonArray class
Syntax
GetJsonNode(Index)
Description
Use this method to return the Json node at the index location.
Parameters
| Parameter | Description |
|---|---|
|
Index |
Specifies the index in the Json array as an integer. |
Returns
JsonNode.
Example
Local JsonArray &jArray = CreateJsonArray();
Local JsonNode &myJsonNd = &jArray.GetJsonNode(2);