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: simply use Fix JSON
in command palette
none for now
Initial release of json utils with validate | beautify | uglify | escape | unescape | fix