npm install xml2json-cliThis is a wrapper around buglab's XML2JSON.
npm install -g xml2json-cli
`To Run
$3
`
$ xml2json [input xml file] [output json file (optional)]
`
inputfile: a xml file that needs to be converted
outputfile (optional): a json file that's outputted
##### Example
`
$ xml2json somefile.xml samefilebutconverted.json
`
$3
`
$ json2xml [input json file] [output xml file (optional)]
`
inputfile: a json file that needs to be convertedoutputfile (optional): a xmlfile that's outputted
##### Example
`
$ json2xml somefile.json samefilebutconverted.xml
``