An open API service indexing awesome lists of open source software.

https://github.com/rbcavi/editjson

A small JS library to make a JSON editor
https://github.com/rbcavi/editjson

Last synced: 8 months ago
JSON representation

A small JS library to make a JSON editor

Awesome Lists containing this project

README

          

# EditJSON
A small JS library to make a JSON editor

## Usage
Use `fromjson(jsonobj)` to create an element containing an interactive JSON editor
The element can be converted back into JSON by `getjson(element)`