broccoli-xml2json

xml2json

Usage no npm install needed!

<script type="module">
  import broccoliXml2json from 'https://cdn.skypack.dev/broccoli-xml2json';
</script>

README

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