add_boolean_value


Description:

public unowned Builder? add_boolean_value (bool value)

Adds a boolean 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

value

the value of the member or element

Returns:

the builder instance