JMES

JMES implements JMESPath, a query language for JSON. This is a fork of the original version of JMES

It passes the official compliance tests.

See jmespath.org.

Installation

The package can be installed by adding jmes to your list of dependencies in mix.exs:

def deps do
  [
    {:bpxe_jmes, "~> 0.6.0"}
  ]
end