Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.39 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.39 KB

XML to JSON

Desktop application that convert XML files to JSON files and vice versa.

Installation

Ready to use Windows x64 version.

Launch the app on another platform

  • Download and unzip the sources of xml-to-json (or git clone the repo) here: https://github.com/VivienZo/xml-to-json
  • Download and unzip the last release of the Github Electron project for your OS on: https://github.com/atom/electron/releases/latest
  • If you are on Mac OS, create a new folder named "app" in the following directory: electron-vx.x.x-darwin-x64/Electron.app/Contents/Resources/ and paste the sources of xml-to-json inside this new folder
  • If you are on Linux, create a new folder named "app" in the following directory: electron-vx.x.x-linux-x64/resources/ and paste the sources of xml-to-json inside this new folder
  • Execute Electron.app (Mac OS) or electron (Linux) to launch the app

License

This software is provided free of charge and without restriction under the GNU License.

Resources