Current section
Files
Jump to
Current section
Files
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.7.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"]}]}.