Packages

Erlang json encoder/decoder to/from maps

Current section

Files

Jump to
erljson src erljson.app.src
Raw

src/erljson.app.src

{application,erljson,
[{description,"Erlang json encoder/decoder to/from maps"},
{vsn,"0.1.1"},
{registered,[erljson]},
{applications,[kernel,stdlib]},
{maintainers,["Alexey Galiullin"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/alexgal/erl-json.git"}]}]}.