0.2.0 • Published 9 months ago

ndc-json2xml v0.2.0

Weekly downloads
49
License
MIT
Repository
github
Last release
9 months ago

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);
0.2.0

9 months ago

0.1.2

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago