vanilla-jsoneditor
Advanced tools
Comparing version 0.7.10 to 0.7.11
{ | ||
"name": "vanilla-jsoneditor", | ||
"description": "A web-based tool to view, edit, format, transform, and validate JSON", | ||
"version": "0.7.10", | ||
"version": "0.7.11", | ||
"homepage": "https://jsoneditoronline.org", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -5,4 +5,21 @@ # vanilla-jsoneditor | ||
This is the vanilla variant of `svelte-jsoneditor` that can be used in vanilla JavaScript or frameworks like SolidJS, React, Vue, Angular. | ||
Try it out: https://jsoneditoronline.org | ||
This is the vanilla variant of `svelte-jsoneditor`, which can be used in vanilla JavaScript or frameworks like SolidJS, React, Vue, Angular. | ||
![JSONEditor tree mode screenshot](https://raw.githubusercontent.com/josdejong/svelte-jsoneditor/main/misc/jsoneditor_tree_mode_screenshot.png) | ||
![JSONEditor text mode screenshot](https://raw.githubusercontent.com/josdejong/svelte-jsoneditor/main/misc/jsoneditor_text_mode_screenshot.png) | ||
## Features | ||
- View and edit JSON | ||
- Has a low level text mode and high level tree mode | ||
- Format (beautify) and compact JSON | ||
- Sort, query, filter, and transform JSON | ||
- Repair JSON | ||
- JSON schema validation and pluggable custom validation | ||
- Color highlighting, undo/redo, search and replace | ||
- Utilities like a color picker and timestamp tag | ||
- Handles large JSON documents up to 500 MB | ||
## Install | ||
@@ -16,2 +33,4 @@ | ||
Remark: for usage in a Svelte project, install `svelte-jsoneditor` instead. | ||
## Use | ||
@@ -18,0 +37,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6490317
79