https://github.com/andyyaldoo/vscode-json
vscode extension that beautify/uglify/escape/unescape JSON files
https://github.com/andyyaldoo/vscode-json
json ts visual-studio-code visual-studio-code-extension vscode-extension vscode-json
Last synced: about 1 month ago
JSON representation
vscode extension that beautify/uglify/escape/unescape JSON files
- Host: GitHub
- URL: https://github.com/andyyaldoo/vscode-json
- Owner: andyyaldoo
- License: mit
- Created: 2017-10-29T08:18:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T00:37:03.000Z (over 2 years ago)
- Last Synced: 2023-08-11T03:32:57.425Z (over 2 years ago)
- Topics: json, ts, visual-studio-code, visual-studio-code-extension, vscode-extension, vscode-json
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=andyyaldoo.vscode-json
- Size: 3.67 MB
- Stars: 17
- Watchers: 1
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-json README

[](https://marketplace.visualstudio.com/items?itemName=andyyaldoo.vscode-json)
[](https://marketplace.visualstudio.com/items?itemName=andyyaldoo.vscode-json)
[](https://snyk.io/test/github/andyyaldoo/vscode-json?targetFile=package.json)
This vscode extension beautify/uglify/escape/unescape JSON.
## Features
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
- Install via vscode extensions marketplace
or
- Download .vsix [here](https://github.com/andyyaldoo/vscode-json/releases)
## Usage
- Validate: `cmd+alt+v`
- Beautify: `cmd+alt+b`
- Uglify: `cmd+alt+u`
- Escape: `cmd+alt+'`
- Unescape: `cmd+alt+;`

## Requirements
None
## Known Issues
So far none
## Release Notes
View [CHANGELOG.md](CHANGELOG.md)