[ 原始碼: ruby-jmespath ]
套件:ruby-jmespath(1.6.1-1)
Ruby implementation of JMESPath
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.