
JSONCrush
Compress JSON into ultra-short URL-friendly strings. Paste JSON, get a crushed version you can share in URLs or query params.
Created by KilledByAPixel
Create a free account to get instant access
How to Use
This tool compresses JSON strings to make them URL-friendly and shareable. Paste your JSON into the top text area to see it compressed in real-time. • Type or paste JSON data into the "Type JSON here" text area • The tool automatically compresses your input and displays results in two sections below: - "Crushed" shows your compressed string (ready for URLs) - "Uncrushed" shows the decompressed result to verify accuracy • Success/error status appears between the text areas • Click "Perform Unit Tests" to run built-in compression tests • The tool works best with JSON under 10K characters • Compression works by finding repeated patterns and replacing common JSON characters with URL-safe alternatives • Typical compression saves 50-75% of space compared to standard URL encoding • The delimiter character \u0001 will be automatically removed from input if present • Use this to create shorter, shareable URLs containing JSON data for bookmarking or sharing application states