UNPKG

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
[![Version](https://img.shields.io/npm/v/jsoneditor-standalone.svg)](https://www.npmjs.com/package/jsoneditor-standalone) [![Downloads](https://img.shields.io/npm/dt/jsoneditor-standalone.svg?maxAge=3600)](https://www.npmjs.com/package/jsoneditor-standalone) ![Maintenance](https://img.shields.io/maintenance/yes/2021.svg) ![NPM](https://img.shields.io/npm/l/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!