Std json jsonarray getobject
std:std.json.JsonArray.GetObject
Method GetObject:JsonObject( index: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. |