Node.getArray
json.array.Array getArray()Retrieves the JSON array stored inside a node.
It is a programmer error to call this on a node which doesn’t hold an array value. Use JSON_NODE_HOLDS_ARRAY first.
Returns
the JSON array
json.array.Array getArray()Retrieves the JSON array stored inside a node.
It is a programmer error to call this on a node which doesn’t hold an array value. Use JSON_NODE_HOLDS_ARRAY first.