npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

broccoli-xml2json

1.0.1

@hemanth

npmHomeRepoSnykSocket
Downloads:169
$ npm install broccoli-xml2json
DailyWeeklyMonthlyYearly

broccoli-xml2json Build Status

Convert xml to json.

Issues with the output should be reported on the node-xml2json issue tracker.

Install

npm install --save broccoli-xml2json

Example

var xml2json = require('broccoli-xml2json');
tree = xml2json(tree, options);

License

MIT © Hemanth.HM