Packages

Implementations of JSON RFC 6901 and 6902, Pointers and Patch respectively. Pointer allows evaluating and transforming a JSON document at a given keypath. Patch encodes operations that abstract pointer transformations.

Current section

Files

Jump to
jsonrfc README.md
Raw

README.md

# JsonRFC
Pure-elixir implementations of IETF RFCs 6901 and 6902,
JSON Pointer and Patch respectively.
## Installation
```elixir
def deps do
[
{:jsonrfc, "~> 0.1.0"}
]
end
```
[https://hexdocs.pm/jsonrfc](https://hexdocs.pm/jsonrfc).