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