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
- Host: GitHub
- URL: https://github.com/inadarei/json-compact-formatter
- Owner: inadarei
- License: mit
- Created: 2017-12-16T23:01:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T04:26:07.000Z (over 3 years ago)
- Last Synced: 2025-04-06T21:33:47.005Z (about 1 year ago)
- Topics: json, prettifier, vscode
- Language: TypeScript
- Size: 338 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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: