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

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

Awesome Lists containing this project

README

          

# vscode-json README

![Build](https://github.com/andyyaldoo/vscode-json/workflows/.github/workflows/build-test.yml/badge.svg)
[![downloads](https://img.shields.io/vscode-marketplace/d/andyyaldoo.vscode-json.svg)](https://marketplace.visualstudio.com/items?itemName=andyyaldoo.vscode-json)
[![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/r/andyyaldoo.vscode-json.svg)](https://marketplace.visualstudio.com/items?itemName=andyyaldoo.vscode-json)
[![Known Vulnerabilities](https://snyk.io/test/github/andyyaldoo/vscode-json/badge.svg?targetFile=package.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+;`

![Demo GIF](https://raw.githubusercontent.com/andyyaldoo/vscode-json/master/images/vscode-json.gif)

## Requirements

None

## Known Issues

So far none

## Release Notes

View [CHANGELOG.md](CHANGELOG.md)