ruby-jmespath

Ruby implementation of JMESPath
  https://github.com/trevorrowe/jmespath.rb
  0
  no reviews



An implementation of JMESPath for Ruby. This implementation supports searching JSON documents as well as native Ruby data structures.

You can call JMESPath.search with a valid JMESPath search expression and data to search. It will return the extracted values.