$ npm install broccoli-xml2json
Convert xml to json.
Issues with the output should be reported on the node-xml2json issue tracker.
npm install --save broccoli-xml2json
var xml2json = require('broccoli-xml2json'); tree = xml2json(tree, options);
MIT © Hemanth.HM