add_element
Description:
Appends the given `node` inside an array.
Parameters:
this |
a JSON array |
node |
the element to add |
Appends the given `node` inside an array.
this |
a JSON array |
node |
the element to add |