Packages

Convert between XML and JSON using the BadgerFish specification

Current section

Files

Jump to
xmljson src xmljson.app.src
Raw

src/xmljson.app.src

{application, xmljson, [
{vsn, "0.1.1"},
{applications, [gleam_stdlib,
simplejson,
xmb,
xmlm]},
{description, "Convert between XML and JSON using the BadgerFish specification"},
{modules, [xmljson,
xmljson@internal@json,
xmljson@internal@xml]},
{registered, []}
]}.