Packages

Lightweight Erlang json encode/decode library

Current section

Files

Jump to
lejson src lejson.app.src
Raw

src/lejson.app.src

{application,lejson,
[{description,"Lightweight Erlang json encode/decode library"},
{vsn,"0.6.3"},
{registered,[]},
{applications,[kernel,stdlib]},
{maintainers,["Christoffer Vikstrom"]},
{licenses,["Apache"]},
{links,[{"Github","https://github.com/cvik/lejson"}]},
{modules,[]},
{env,[]}]}.