
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.