Std json jsonobject opidx
std:std.json.JsonObject.Operator []
Operator []:JsonValue( key:String )#
Gets the json value associated with a key.
Returns the json value associated with key, or null if key does not exist.
| Parameters | |
|---|---|
key |
key The key. |