README.md

# Warpath
A implementation of Jsonpath expression proposal by [Stefan Goessner](https://goessner.net/articles/JsonPath/) for Elixir.

Installation

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

```elixir
def deps do
  [
    {:warpath, "~> 0.0.1"}
  ]
end
```
See documentation at [https://hexdocs.pm/warpath](https://hexdocs.pm/warpath) with some examples.