# vanilla-jsoneditor A web-based tool to view, edit, format, transform, and validate JSON. 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.   ## 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 Install using npm: ``` npm install vanilla-jsoneditor ``` Remark: for usage in a Svelte project, install `svelte-jsoneditor` instead. ## Use Browser example loading the ES module: ```html