Adds a floating point value to the currently open object member or array.
If called after [[email protected]_member_name], sets the given value as the value of the current member in the open object; otherwise, the value is appended to the elements of the open array.
See also: [[email protected]_value]
this |
a builder |
value |
the value of the member or element |
the builder instance |