ndc-json2xml
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

IATA NDC compliant JSON to XML converter

This module wrapper for NDC json2xml allows you to convert and NDC-compliant JSON payload into a equivalent NDC XML payload. The converter code is originally made by @airtechzone ([https://github.com/airtechzone/ndc-json2xml-js]).

Versions supported

Currently following NDC versions are supported: 16.2, 17.1, 17.2, 18.1, 18.2, 19.1, 19.2.

Usage

To install the module use npm install:

npm i ndc-json2xml

To use the module provide a valid NDC JSON and get generated XML back:

const json2xml = require('ndc-json2xml');

const version = "182" // NDC v18.2
const xml = json2xml({
    "IATA_AirShoppingRQ": {
        "$": {}
    }}, version);

Readme

Keywords

none

Package Sidebar

Install

npm i ndc-json2xml

Weekly Downloads

2

Version

0.2.3

License

MIT

Unpacked Size

37.4 MB

Total Files

20

Last publish

Collaborators

  • chrisstina