add_object_element


Description:

[ Version ( since = "0.8" ) ]
public void add_object_element (owned Object? value)

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