Packages

a collection of helper functions that help to convert your data between json, bson, and struct

Retired package:

Current section

Files

Jump to
jbs src jbs.app.src
Raw

src/jbs.app.src

{application, jbs, [
{vsn, "0.1.0"},
{applications, [birl,
bison,
gleam_json,
gleam_stdlib,
gleeunit]},
{description, "a collection of helper functions that help to convert your data between json, bson, and struct"},
{modules, [jbs]},
{registered, []}
]}.