add_null_value
Description:
Adds a null value to the currently open object member or array.
If called after [method@Json.Builder.set_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: [method@Json.Builder.add_value]
Parameters:
this |
a builder |
Returns:
the builder instance |