Skip to main content
ShrinkJSON
JSON Minifier
Home
Tools
Converters
Blog
Toggle theme
Open Navigation
JSON Minifier
Compress and minify your JSON data
JSON Input
Generate Sample
{ "blog": { "posts": [ { "id": "post-1", "title": "Testing Contracts with Pact", "author": "Nora Kim", "publishedAt": "2026-04-21", "tags": [ "performance", "guide" ], "comments": 27, "likes": 102 }, { "id": "post-2", "title": "Caching Without Tears", "author": "Nora Kim", "publishedAt": "2026-01-10", "tags": [ "edge", "observability" ], "comments": 4, "likes": 52 }, { "id": "post-3", "title": "JSON Patterns for APIs", "author": "Nora Kim", "publishedAt": "2026-02-08", "tags": [ "edge", "performance", "observability" ], "comments": 6, "likes": 22 } ], "analytics": { "totalViews": 946, "uniqueVisitors": 344 } }, "users": [ { "id": "user-1", "name": "Ravi", "role": "analyst", "email": "ravi@northwind.dev" }, { "id": "user-2", "name": "John", "role": "contributor", "email": "john@signal.build" }, { "id": "user-3", "name": "Elena", "role": "admin", "email": "elena@signal.build" } ], "settings": { "theme": "light", "notifications": false, "language": "tr" } }
Minified Output
Copy
{ "blog": { "posts": [ { "id": "post-1", "title": "Testing Contracts with Pact", "author": "Nora Kim", "publishedAt": "2026-04-21", "tags": [ "performance", "guide" ], "comments": 27, "likes": 102 }, { "id": "post-2", "title": "Caching Without Tears", "author": "Nora Kim", "publishedAt": "2026-01-10", "tags": [ "edge", "observability" ], "comments": 4, "likes": 52 }, { "id": "post-3", "title": "JSON Patterns for APIs", "author": "Nora Kim", "publishedAt": "2026-02-08", "tags": [ "edge", "performance", "observability" ], "comments": 6, "likes": 22 } ], "analytics": { "totalViews": 946, "uniqueVisitors": 344 } }, "users": [ { "id": "user-1", "name": "Ravi", "role": "analyst", "email": "ravi@northwind.dev" }, { "id": "user-2", "name": "John", "role": "contributor", "email": "john@signal.build" }, { "id": "user-3", "name": "Elena", "role": "admin", "email": "elena@signal.build" } ], "settings": { "theme": "light", "notifications": false, "language": "tr" } }