1.0.2 • Published 2 years ago
json-to-xml-converter v1.0.2
Json to XML converter
json-to-xml node.js package made to pass the https://github.com/Imagination-Media/retrieve-test test
Follow the following commands to instal and use the package
- Install the package ->
npm i json-to-xml-converter
- Use the installed package in your project file ->
const jsonConverter = require('json-to-xml-converter');
Make sure you have the "order.json" file in the root directory of your project folder
Run the script by initializing it ->
jsonConverter();
- The package will generate "results.xml" in your root directory