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

std::std.json.std.json.JsonObject.GetString

Method GetString:monkey:monkey.types.String( key:monkey:monkey.types.String )

Gets a string from an object.

Returns the string value associated with key, or an empty string if key does not exist or the value associated with key is not a string.

Parameters
key key Object key.