Warpath
A implementation of Jsonpath expression proposal by Stefan Goessner for Elixir.
To see a comparisions between warpath and others json path libraries, visit json-path-comparison and see the great job done by Christoph Burgmer.
Installation:
The package can be installed by adding warpath to your list of dependencies in mix.exs:
def deps do
[
{:warpath, "~> 0.3.0"}
]
end
See documentation at https://hexdocs.pm with some examples.