A vscode extension to preview and edit JSON documents in a simple tree view, based on https://jsoneditoronline.org.
To start open the command pallete and type json.
View>Command Palette> JSON Editor: Start JSON editor session
Features
Tree view updates automatically when you save the active document
Properties/values can edited in the tree view, which updates the active json document
Tree view supports searching, expand/collapse all, and undo/redo
Configuration
vscode-json-editor.theme: Set the theme for the editor ('light', 'dark'). Note: you must close/reopen any existing editors for the change to take effect.
Known Issues
Editing large json files (>1mb) from the tree view can sometimes cause edits to be lost or not fully synced.