Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 719 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 719 Bytes

JSON Table view

Web app to view JSON data in table. The editor used is Ace editor.

The app is still buggy and under development.

Demo

View the demo at https://jsontableview.herokuapp.com

Image

Desired features

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.

Setup

	$ git clone https://github.com/drklrd/jsontableview.git
	$ cd jsontableview && npm install
	$ npm start