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,"A wrapper for json in the Erlang stdlib for 27+ and for jsx in Erlang 26 and below"},
{vsn,"0.8.0"},
{modules,[ljson]},
{registered,[]},
{applications,[kernel,stdlib]},
{included_applications,[]},
{env,[]},
{pkg_name,ljson},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/lfex/ljson"},
{"Gitlab","https://gitlab.com/lfex/ljson"},
{"Hex","https://hex.pm/packages/ljson"}]},
{exclude_paths,["priv"]}]}.