Std json jsonobject getnumber
std:std.json.JsonObject.GetNumber
Method GetNumber:Double( key:String )#
Gets a number from an object.
Returns the numeric value associated with key
, or 0 if key
does not exist or the value associated with key
is not numeric.
Parameters | |
---|---|
key |
key Object key. |