xml-2-json-files
v1.0.1
Published
Following package lets you turns directories of XML into JSON data
Readme
About
Following package lets you turns directories of XML into JSON data
Installation
npm install xml-2-json-files --save
Usage
const xml2json = require('xml-2-json-files');
xml2json('./input_path', './output_path')
