Current section
Files
Jump to
Current section
Files
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, []}
]}.