json.types.NodeType.Array containing the array of matching nodes
Path.match
json.node.Node match(json.node.Node root)Matches the JSON tree pointed by root using the expression compiled into the json.path.Path.
The nodes matching the expression will be copied into an array.
Parameters
root | the root node of the JSON data to match |
Returns
a newly-created node of type