1.0.2 • Published 3 years ago
json-xml-converter v1.0.2
excel-json-converter
Simple CLI to convert json file to xml format.
Install
yarn add json-xml-converterUsages
With only one argument input, return xml data format:
json-xml-converter --input example.jsonWith two arguments input and output, return data .xml file:
json-xml-converter --input example.json --output example.xmlTo check the help section:
json-xml-converter --help