Current section
Files
Jump to
Current section
Files
src/simplejson.app.src
{application, simplejson, [
{vsn, "0.6.0"},
{applications, [file_streams,
gleam_stdlib,
glychee,
simplifile,
startest]},
{description, "Native gleam json parser/generator"},
{modules, [simplejson,
simplejson@internal@parser,
simplejson@internal@stringify,
simplejson@jsonvalue]},
{registered, []}
]}.