std.json.JsonObject.OpIdx - nitrologic/monkey2 GitHub Wiki

std::std.json.std.json.JsonObject.Operator []

Operator []:std:std.json.JsonValue( key:monkey:monkey.types.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.