Current section
Files
Jump to
Current section
Files
src/json_typedef.app.src
{application, json_typedef, [
{vsn, "1.1.3"},
{applications, [gleam_json,
gleam_stdlib,
justin]},
{description, "Work with JSON using a schema! RFC8927"},
{modules, [json_typedef,
json_typedef@@main]},
{registered, []}
]}.