Array.dupElement
json.node.Node dupElement(uint index)Retrieves a copy of the element at the given position in the array.
Parameters
index | the index of the element to retrieve |
Returns
a copy of the element at the given position
json.node.Node dupElement(uint index)Retrieves a copy of the element at the given position in the array.
index | the index of the element to retrieve |