andyyaldoo / vscode-json

vscode extension that beautify/uglify/escape/unescape JSON files

Home Page:https://marketplace.visualstudio.com/items?itemName=andyyaldoo.vscode-json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-json README

Build downloads Visual Studio Marketplace Known Vulnerabilities

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

Usage

  • Validate: cmd+alt+v
  • Beautify: cmd+alt+b
  • Uglify: cmd+alt+u
  • Escape: cmd+alt+'
  • Unescape: cmd+alt+;

Demo GIF

Requirements

None

Known Issues

So far none

Release Notes

View CHANGELOG.md

About

vscode extension that beautify/uglify/escape/unescape JSON files

https://marketplace.visualstudio.com/items?itemName=andyyaldoo.vscode-json

License:MIT License


Languages

Language:TypeScript 100.0%