add_boolean_element
Description:
Conveniently adds the given boolean value into an array.
See also: [method@Json.Array.add_element], [method@Json.Node.set_boolean]
Parameters:
this |
a JSON array |
value |
the boolean value to add |