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.2.1"}
]
endSee documentation at https://hexdocs.pm with some examples.