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