std.json.JsonObject.GetArray - nitrologic/monkey2 GitHub Wiki
std::std.json.std.json.JsonObject.GetArray
Method GetArray:std:std.json.JsonArray( key:monkey:monkey.types.String )
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. |