Packages

A wrapper for json in the Erlang stdlib for 27+ and for jsx in Erlang 26 and below

Current section

Files

Jump to
ljson src ljson.app.src
Raw

src/ljson.app.src

{application,ljson,
[{description,"An LFE library which provides a unified JSON experience"},
{vsn,"0.6.0-rc1"},
{modules,[ljson,'ljson-util','ljson-tests','ljson-util-tests']},
{registered,[]},
{applications,[kernel,stdlib]},
{included_applications,[]},
{env,[]},
{pkg_name,ljson},
{maintainers,["Duncan McGreggor"]},
{licenses,["Apache-2"]},
{links,[{"GitHub","https://github.com/lfex/ljson"},
{"Gitlab","https://gitlab.com/lfex/ljson"},
{"Hex","https://hex.pm/packages/ljson"}]}]}.