Array.addObjectElement

Conveniently adds an object into an array.

If value is NULL, a null element will be added instead.

See also: json.array.Array.addElement, json.node.Node.takeObject

class Array
void
addObjectElement

Parameters

value json.object.ObjectJson

the object to add