Current section
Files
Jump to
Current section
Files
src/simplejson.app.src
{application, simplejson, [
{vsn, "1.0.0"},
{applications, [gleam_regexp,
gleam_stdlib]},
{description, "Native gleam json parser/generator"},
{modules, [simplejson,
simplejson@@main,
simplejson@internal@parser,
simplejson@internal@pointer,
simplejson@internal@stringify,
simplejson@jsonvalue]},
{registered, []}
]}.