Adds a value to the currently open object member or array.
If called after [[email protected]_member_name], sets the given node as the value of the current member in the open object; otherwise, the node is appended to the elements of the open array.
The builder will take ownership of the node.
this |
a builder |
node |
the value of the member or element |
the builder instance |