An open API service indexing awesome lists of open source software.

https://github.com/groguelon/any_json

Elixir library to wrap the main JSON libraries.
https://github.com/groguelon/any_json

elixir hex json

Last synced: about 1 month ago
JSON representation

Elixir library to wrap the main JSON libraries.

Awesome Lists containing this project

README

          

# AnyJson

Elixir library which wraps the main JSON libraries. It allows the final project to decide which
JSON library they want to use and provide an unified interface.

[Documentation](https://hexdocs.pm/any_json)

## Installation

```elixir
def deps do
[
{:any_json, "~> 0.1.0"}
]
end
```