https://github.com/teddylun/json-utils
JSON utilities on VS Code extension
https://github.com/teddylun/json-utils
json json-utils utils vscode-extension
Last synced: 20 days ago
JSON representation
JSON utilities on VS Code extension
- Host: GitHub
- URL: https://github.com/teddylun/json-utils
- Owner: teddylun
- Created: 2020-08-30T16:01:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T16:46:55.000Z (over 5 years ago)
- Last Synced: 2025-03-11T08:29:46.754Z (about 1 year ago)
- Topics: json, json-utils, utils, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 29.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

# JSON Utils
This vscode extension including some coolest features to manipulate JSON. For example: validate | beautify | uglify | escape | unescape | fix etc.
## Features
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.
## Installation
[Search JSON Utils via VScode extension marketplace](https://marketplace.visualstudio.com/items?itemName=teddylun.json-utils)
## Usage
- Validate: `cmd+ctl+v`
- Beautify: `cmd+ctl+b`
- uglify: `cmd+ctl+u`
- escape: `cmd+ctl+'`
- unescape: `cmd+ctl+;`
- fix: `cmd+ctl+.`

## Known Issues
none for now
## Release Notes
View [CHANGELOG.md](https://github.com/teddylun/json-utils/blob/master/CHANGELOG.md)
Initial release of json utils with validate | beautify | uglify | escape | unescape | fix
-----------------------------------------------------------------------------------------------------------