/json-value-editor

Tool for editing JSON values.

Primary LanguageJavaScriptMIT LicenseMIT

json-value-editor

Upload JSON, edit values and download updated JSON.

Development server

Install dependencies and start development server with:

npm install
npm run dev

Server with HMR should now be running on http://localhost:8080

Redux DevTools are hidden by default. You can change this behavior and other settings from src/containers/utils/DevTools.js.

To toggle the DevTool panel during development: CTRL + H

Change the DevTool panel's position during development: CTRL + Q

Production build

npm run build

Acknowledgements

This project is a grateful recipient of the Futurice Open Source sponsorship program.

License

MIT