std.json.JsonObject.OpIdx - nitrologic/monkey2 GitHub Wiki
std::std.json.std.json.JsonObject.Operator []
std:std.json.JsonValue( key:monkey:monkey.types.String )
Operator []: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. |