Current section
Files
Jump to
Current section
Files
src/json_blueprint.app.src
{application, json_blueprint, [
{vsn, "1.2.1"},
{applications, [gleam_json,
gleam_stdlib]},
{description, "Simplify JSON encoding/decoding while automatically generating JSON schemas for your data types."},
{modules, [json@blueprint,
json@blueprint@schema]},
{registered, []}
]}.