Class: JSONP3::JSONPathNodeList
- Inherits:
-
Array
- Object
- Array
- JSONP3::JSONPathNodeList
- Defined in:
- lib/json_p3/node.rb
Overview
An array of JSONPathNode instances. We use this internally to differentiate arrays of Nodes and arrays of data values, which is required when calling filter functions expecting nodes as arguments. It is just an array though.