Yet another JSON editor and formatter
The goal is to make available a simple but powerful stand-alone json editor to all. Useful to edit/format private and public data.
Try it here - JSON Editor
If you're really paranoid about using online verions, you can to run it offline, without any outside dependencies, use the stand-alone editor and run it locally on your system.
Prerequisite :
npm
To try without installing :
> npx jsoneditor-standalone
To install and run :
> npm i -g jsoneditor-standalone
> jsoneditor
A wrapper of jsoneditor
PR and Issue reports are welcome!