Method: Janeway::Enumerator#search
- Defined in:
- lib/janeway/enumerator.rb
#search ⇒ Array
Return a list of values from the input data that match the jsonpath query
26 27 28 |
# File 'lib/janeway/enumerator.rb', line 26 def search Janeway::Interpreter.new(@query).interpret(@input) end |