jsoneditor-standalone
Version:
This is a wrapper for jsoneditor package, it can be run offline without any dependencies and privacy concerns.
32 lines (21 loc) • 1.14 kB
Markdown
[](https://www.npmjs.com/package/jsoneditor-standalone)
[](https://www.npmjs.com/package/jsoneditor-standalone)


# 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](https://mishra-ankit.github.io/jsoneditor-standalone/index.html)
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](https://www.npmjs.com/get-npm)
#### To try without installing :
```
> npx jsoneditor-standalone
```
#### To install and run :
```
> npm i -g jsoneditor-standalone
> jsoneditor
```
A wrapper of [jsoneditor](https://github.com/josdejong/jsoneditor)
PR and Issue reports are welcome!