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

Operator []=:Void( key:String,value:JsonValue )

Sets the json value in the object.

Sets the json value associated with key to value.

Parameters
key key The key.
value value The json value to associate with key.