@peterandreasmoelgaard/ndc-xml2json

0.0.0 • Public • Published

xml2json (Node.js)

This Node.js tool converts NDC XML messages into JSON equivalents.

It uses the "singletons-*.json" supporting files in order to ouput valid NDC messages (elements with maxOccurs > 1 should always be in arrays, whatever the number of actual occurences). This file is stored in the singletons folder: the correct NDC version should be chosen for the input message version.

Assumption: input XML is well-formed and the first element is the root.

Usage:

node xml2json.js inputFile.xml outputFile.json

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @peterandreasmoelgaard/ndc-xml2json

    Weekly Downloads

    0

    Version

    0.0.0

    License

    ISC

    Unpacked Size

    48.4 MB

    Total Files

    10

    Last publish

    Collaborators

    • pmoelgaard