README.md
# JMES
JMES implements JMESPath, a query language for JSON. This is a fork of the
[original version of JMES](https://github.com/stephan83/ex-jmes)
It passes the official compliance tests.
See [jmespath.org](http://jmespath.org).
## Installation
The package can be installed by adding `jmes` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:bpxe_jmes, "~> 0.6.1"}
]
end
```