This vscode extension beautify/uglify/escape/unescape JSON.
There are plenty of existing JSON prettifier/beautifier extensions but for some reason, Escape/Unescape JSON features are not included. I made yet another JSON tools because I use the escape/unescape feature a lot.
- Install via vscode extensions marketplace or
- Download .vsix here
- Validate:
cmd+alt+v
- Beautify:
cmd+alt+b
- Uglify:
cmd+alt+u
- Escape:
cmd+alt+'
- Unescape:
cmd+alt+;
None
So far none
Initial release of vscode-json. Covers the 4 basic functionalities (Beautify/Uglify/Escape/Unescape)
Improve Unescape functionality. JSON string does not have to be wrapped in quotes.