Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jsoneditor-standalone

mishra-ankit235.2kMIT1.0.8

This is a wrapper for jsoneditor package, it can be run offline without any dependencies and privacy concerns.

json, editor, formatter, jsoneditor, offline

readme

Version Downloads Maintenance NPM

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!