Packages

Encode and decode JSON from and to Gleam types

Current section

Files

Jump to
convert_json src convert_json.app.src
Raw

src/convert_json.app.src

{application, convert_json, [
{vsn, "1.0.1"},
{applications, [convert,
gleam_json,
gleam_stdlib]},
{description, "Encode and decode JSON from and to Gleam types"},
{modules, [convert@json,
convert_json]},
{registered, []}
]}.