🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Web based JSON Editor powered by React.

React Text

Documentation

JSON Visual Editor

Web based JSON Editor powered by React. https://ogaoga.github.io/json-visual-editor/

Build Status

json-visual-editor

To develop

  • You'll need to have git and node installed in your system.
  • Fork and clone the project:
$ git clone https://github.com/ogaoga/json-visual-editor.git 

Then install the dependencies:

$ npm install 

Install webpack and the development server:

$ npm install webpack-dev-server webpack -g 

You can simply run webpack build using this command:

$ npm run build 

If you want to run with webpack-dev-server simply run this command:

$ npm start 

Open the web browser to http://localhost:8080/

If you want to test simply run this command:

$ npm test 

Please contribute to the project if you think this can be done better in anyway even for this README :)

See also

License

Copyright (c) 2016 ogaoga.org Licensed under the MIT License.

ToDo

  • Fix a bug of drop area indicator.
  • Show level of depth.
  • Timestamp translation.
  • Edit feature.
  • Chrome Web Store app build.
  • React Native
  • Insert version number.
  • bug: Height of <textarea> is not enough in Firefox.

You May Also Like