Create, open, edit, and save local JSON files in a GUI.
This uses the JSON Editor in an Electron application. It provides 3 buttons for file interactions - New, Open, and Save.
- Git
- Node.js
- Clone the repository.
- Open Git Bash and enter
npm install
.
In Git Bash, enter npm start
.
The master branch contains a generic JSON editor for any *.json file.
The ig-tablewire branch is specific to certain files that Infragistics uses internally for help documentation. If you want to use this branch, simply open Git Bash and enter git checkout ig-tablewire
before running npm start
.