jsoneditor-standalone
v1.0.8
Published
This is a wrapper for jsoneditor package, it can be run offline without any dependencies and privacy concerns.
Downloads
255,986
Maintainers
Readme
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 :
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!