[ 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: [[email protected]_element], [[email protected]_object]
this |
a JSON array |
value |
the object to add |