Toolkit for JSONPointer. Note that the module name is JsonPtr
but the app name is :json_ptr
.
The package can be installed by adding json_ptr
to your list of dependencies in mix.exs
:
def deps do
[
{:json_ptr, "~> 1.1.0"}
]
end
Documentation can be found at https://hexdocs.pm/json_ptr.