README.md

[![Actions Status](https://github.com/cleidiano/warpath/workflows/CI/badge.svg?branch=master)](https://github.com/cleidiano/warpath/actions)
[![Warpath version](https://img.shields.io/hexpm/v/warpath.svg)](https://hex.pm/packages/warpath)

# 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](https://hexdocs.pm/warpath/Warpath.html) with some examples.