README.md
# JXON
[](https://github.com/cozy-elixir/jxon/actions/workflows/ci.yml)
[](https://hex.pm/packages/jxon)
A wrapper for various JSON implementations.
## Installation
Add `:jxon` to the list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:jxon, <requirement>}
]
end
```
## Usage
For more information, see the [documentation](https://hexdocs.pm/jxon).
## Thanks
Inspired by the `json_module` of [jose](https://github.com/potatosalad/erlang-jose).
## License
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)