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

std::std.json.std.json.JsonObject.SetString

Method SetString:Void( key:monkey:monkey.types.String,value:monkey:monkey.types.String )

Sets a key to a value.

Sets the value associated with key in the object.

Any previous value associated with key is overwritten.

Parameters
key key Object key.
value value Value to set.