std.json.JsonObject.GetValue - nitrologic/monkey2 GitHub Wiki
std::std.json.std.json.JsonObject.GetValue
std:std.json.JsonValue( key:monkey:monkey.types.String )
Method GetValue:Gets the value associated with a key.
Returns the json value associated with key
, or null if key
does not exist.
Parameters | |
---|---|
index |
index Object key. |