Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 301 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 301 Bytes

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

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