std:std.json.JsonObject.GetObject

Method GetObject:JsonObject( key:String )

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.