Current section
Files
Jump to
Current section
Files
README.md
[](https://github.com/cleidiano/warpath/actions)
[](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.