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