If the key already exists, its value is replaced. Otherwise, a new member is created.
Parameters
value | The node value to assign. |
key | The member key. Empty keys are allowed but discouraged. |
Assigns a value to the given key in this OBJECT.
If the key already exists, its value is replaced. Otherwise, a new member is created.
value | The node value to assign. |
key | The member key. Empty keys are allowed but discouraged. |