jsonviewer
jsonviewer copied to clipboard
A vscode extension that helps you valiadte and view JSON as treeview
Download as VSCode Extenstion: JSON Viewer
Project home page http://www.github.com/ccimage/jsonviewer
//~~Based on chrome/firefox extension jsonview~~
Change viewer to JSONEditor
install
- Open vscode and search extensions for 'json viewer'
- download
- reload
- Usage: open a file, Press F1 and run 'Open in json viewer' Run the command again on editor to update the view.
Features
Show JSON file as a treeview in vscode.
Requirements
VSCode
Extension Settings
Null
Known Issues
- if string value with the letter ", the escape character will always shows (as \")
- others:
https://github.com/ccimage/jsonviewer/issues
Release Notes
Special thanks to JSONEditor
JSONViewer is open source software under the MIT licence.
Thanks
Alex Giddings add feature: open json with comments