Packages

Native gleam json parser/generator with jsonpath querying

Current section

Files

Jump to
simplejson src simplejson.app.src
Raw

src/simplejson.app.src

{application, simplejson, [
{vsn, "0.5.0"},
{applications, [file_streams,
gleam_stdlib,
glychee,
ieee_float,
simplifile,
startest]},
{description, "Native gleam json parser/generator"},
{modules, [simplejson,
simplejson@internal@parser,
simplejson@internal@stringify,
simplejson@jsonvalue]},
{registered, []}
]}.