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