Packages

A fast, spec compliant, generic JSON parser and encoder in Gleam

Current section

Files

Jump to
gj src gj.app.src
Raw

src/gj.app.src

{application,gj,
[{description,"A fast, spec compliant, generic JSON parser and encoder in Gleam"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib,gleam_stdlib]},
{env,[]},
{modules,[]},
{include_files,["gleam.toml","gen"]},
{licenses,["Apache 2.0"]},
{links,[{"Source","https://gitlab.com/greggreg/gj"}]}]}.