JSON Tools
JSON Minifier
Compress JSON data by removing whitespace.
Updated 2025-12-02
JSON Minifier
Strip whitespace, comments, and reorder keys
Validate JSON, remove comments, optionally sort keys, and export compact payloads ready for production.
Size impact
Before: 119 Bytes
After: 0 Bytes
Ratio: 0.0%
Characters: 119
Tipps: enable key sorting to ensure deterministic bundles before committing JSON fixtures. Comment stripping respects quoted strings, so you can safely minify JSONC files exported from VS Code.