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
- Host: GitHub
- URL: https://github.com/rbcavi/editjson
- Owner: RbCaVi
- Created: 2023-08-21T00:57:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T14:00:03.000Z (almost 3 years ago)
- Last Synced: 2025-03-10T12:56:45.302Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)`