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