An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![JSON utils icon](https://github.com/teddylun/json-utils/blob/master/images/json_utils.png?raw=true)

# 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+.`

![Demo GIF](https://github.com/teddylun/json-utils/blob/master/images/demo_1.gif?raw=true)

## 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

-----------------------------------------------------------------------------------------------------------