Std json jsonobject getarray
std:std.json.JsonObject.GetArray
Method GetArray:JsonArray( key: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. |