std.json.JsonArray.GetObject - nitrologic/monkey2 GitHub Wiki
std::std.json.std.json.JsonArray.GetObject
Method GetObject:std:std.json.JsonObject( index:monkey:monkey.types.Int )
Gets an object array element.
Returns the object at index, or null if index is out of range or the value at index is not an object.
| Parameters | |
|---|---|
index |
index Array index. |