std.json.JsonArray.GetObject - nitrologic/monkey2 GitHub Wiki
std::std.json.std.json.JsonArray.GetObject
std:std.json.JsonObject( index:monkey:monkey.types.Int )
Method GetObject: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. |