std.json.JsonArray.OpIdx - nitrologic/monkey2 GitHub Wiki
std::std.json.std.json.JsonArray.Operator []
std:std.json.JsonValue( index:monkey:monkey.types.Int )
Operator []:Gets the json value at an index.
Returns the json value at index
, or null if index
is out of range.
Parameters | |
---|---|
index |
index The index. |