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

https://github.com/inadarei/json-compact-formatter

VS Code plugin formats JSON reasonably compactly
https://github.com/inadarei/json-compact-formatter

json prettifier vscode

Last synced: 5 months ago
JSON representation

VS Code plugin formats JSON reasonably compactly

Awesome Lists containing this project

README

          

# Prettify JSON Without Wasting Space

JSON "prettifiers" produce unnecessarily long JSON...

Sounds familiar? This VS Code extension does the right thing by formatting your code snippets in a compact, but still pretty form.

## Installation:

## Usage:

1. Select a JSON text in any file type,
2. Invoke command runner (with Ctrl+Shift+P on Windows or Cmd+Shift+P on Mac)
3. Type command name: `Format: Compact Pretty JSON`

Enjoy.

## Command Installed:

`Format: Compact Pretty JSON`

### Contributing

- Guide to writing extensions in Javascript: