UNPKG

mws-client

Version:

an api wrapper for Amazon Marketplace Webservice API

8 lines (6 loc) 180 B
const parser = require('xml2json') const xmlToJson = function (xml) { console.log(parser.toJson(xml)) } // use the command line argument as input XML xmlToJson(process.argv[2])