Web app to view JSON data in table. The editor used is Ace editor.
The app is still buggy and under development.
View the demo at https://jsontableview.herokuapp.com
Some features are completed, some are buggy and under-development and some are yet to be written.
- JSON to table view
- Editing JSON data from the table
- Adding/Removing new rows from table
- Download CSV / JSON
- Some kind of JSON validation for the editor.
$ git clone https://github.com/drklrd/jsontableview.git
$ cd jsontableview && npm install
$ npm start