std.json.JsonObject.GetArray - nitrologic/monkey2 GitHub Wiki
std::std.json.std.json.JsonObject.GetArray
std:std.json.JsonArray( key:monkey:monkey.types.String )
Method GetArray:Gets an array from an object.
Returns the json array associated with key
, or null if key
does not exist or the value associated with key
is not an array.
Parameters | |
---|---|
key |
key Object key. |