add_object_element
Description:
Conveniently adds an object into an array.
If `value` is `NULL`, a `null` element will be added instead.
See also: [method@Json.Array.add_element], [method@Json.Node.take_object]
Parameters:
this |
a JSON array |
value |
the object to add |