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).