XML to JSON file conversion
- xmltodict library used
- json file will created in the same xml files folder
- Windows 7
- pip install xmltodict
- Run the program, tool will ask to enter the xml file path.
- Tool will check the xml file wellformness and create json files
- After tool execution converted the JSON files will created in the same folder of xml files
- 0.1
- Initial Release