Current section
Files
Jump to
Current section
Files
src/convert_json.app.src
{application, convert_json, [
{vsn, "2.0.0"},
{applications, [convert,
gleam_json,
gleam_stdlib]},
{description, "Encode and decode JSON from and to Gleam types"},
{modules, [convert@json,
convert_json,
convert_json@@main]},
{registered, []}
]}.