forked from cauerego/jsoneditor
-
Notifications
You must be signed in to change notification settings - Fork 0
JavaScript widget for inline JSON editing
License
jbence/jsoneditor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an open-source JavaScript widget for editing JSON data structures. Features include a JSON structural view with buttons for adding and removing objects and arrays, and a text view, with easy toggling between them, plus undo and redo, as well as a resticted-editing mode. The restricted editing mode is designed to make it easier to guide users in making changes that don't change the structure of the original JSON. Of course, the text view makes it trivial to change the structure, so restricted editing is not a complete solution. It must be paired, for example, with a comparison against a JSON Schema document to truly determine if the structure has changed in an acceptable way. Feel free to send patches!
About
JavaScript widget for inline JSON editing
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 51.4%
- JavaScript 47.1%
- Perl 1.5%