View Source 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

installation

Installation

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