Std json jsonarray getarray
std:std.json.JsonArray.GetArray
Method GetArray:JsonArray( index:Int )#
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. |