0.2.5 • Published 1 year ago

ndc-xml2json v0.2.5

Weekly downloads
50
License
MIT
Repository
github
Last release
1 year ago

IATA NDC compliant JSON to XML converter

This module wrapper for NDC xml2json allows you to convert and NDC-compliant XML payload into a equivalent NDC JSON payload. The converter code is originally made by @airtechzone (https://github.com/airtechzone/ndc-xml2json-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-xml2json

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

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

const version = "182" // NDC v18.2
const xml = xml2json('<IATA_AirShoppingRQ>... </IATA_AirShoppingRQ>', version);
0.2.5

1 year ago

0.2.3

3 years ago

0.2.4

3 years ago

0.2.2

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago