Std json jsonobject getbool
std:std.json.JsonObject.GetBool
Method GetBool:Bool( key:String )#
Gets a bool from an object.
Returns the bool value associated with key, or false if key does not exist or the value associated with key is not a bool.
| Parameters | |
|---|---|
key |
key Object key. |