Skip to content

Elixir library to wrap the main JSON libraries.

License

Notifications You must be signed in to change notification settings

GRoguelon/any_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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