This vscode extension including some coolest features to manipulate JSON. For example: validate | beautify | uglify | escape | unescape | fix etc.
As there are tons of vscode extensions with similar features out there but I still cannot find one of them can be fulfilled all of my requirements. Therefore, I would like make a all in one solution instead of many dependency with overlapping features.
Search JSON Utils via VScode extension marketplace
- Validate:
cmd+ctl+v
- Beautify:
cmd+ctl+b
- uglify:
cmd+ctl+u
- escape:
cmd+ctl+'
- unescape:
cmd+ctl+;
- fix:
cmd+ctl+.
none for now
View CHANGELOG.md
Initial release of json utils with validate | beautify | uglify | escape | unescape | fix