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": "Marcus Lee", "publishedAt": "2026-06-26", "tags": [ "observability", "typescript", "guide" ], "comments": 19, "likes": 126 }, { "id": "post-2", "title": "Testing Contracts with Pact", "author": "Ethan Malik", "publishedAt": "2026-05-18", "tags": [ "observability", "performance" ], "comments": 17, "likes": 23 }, { "id": "post-3", "title": "Edge Deployments in Practice", "author": "Marcus Lee", "publishedAt": "2026-09-04", "tags": [ "api", "testing" ], "comments": 23, "likes": 95 } ], "analytics": { "totalViews": 3318, "uniqueVisitors": 2512 } }, "users": [ { "id": "user-1", "name": "Elena", "role": "admin", "email": "elena@signal.build" }, { "id": "user-2", "name": "John", "role": "contributor", "email": "john@rustic.app" }, { "id": "user-3", "name": "Ravi", "role": "analyst", "email": "ravi@northwind.dev" }, { "id": "user-4", "name": "Liang", "role": "maintainer", "email": "liang@signal.build" } ], "settings": { "theme": "system", "notifications": false, "language": "de" } }
Minified Output
Copy
{ "blog": { "posts": [ { "id": "post-1", "title": "Testing Contracts with Pact", "author": "Marcus Lee", "publishedAt": "2026-06-26", "tags": [ "observability", "typescript", "guide" ], "comments": 19, "likes": 126 }, { "id": "post-2", "title": "Testing Contracts with Pact", "author": "Ethan Malik", "publishedAt": "2026-05-18", "tags": [ "observability", "performance" ], "comments": 17, "likes": 23 }, { "id": "post-3", "title": "Edge Deployments in Practice", "author": "Marcus Lee", "publishedAt": "2026-09-04", "tags": [ "api", "testing" ], "comments": 23, "likes": 95 } ], "analytics": { "totalViews": 3318, "uniqueVisitors": 2512 } }, "users": [ { "id": "user-1", "name": "Elena", "role": "admin", "email": "elena@signal.build" }, { "id": "user-2", "name": "John", "role": "contributor", "email": "john@rustic.app" }, { "id": "user-3", "name": "Ravi", "role": "analyst", "email": "ravi@northwind.dev" }, { "id": "user-4", "name": "Liang", "role": "maintainer", "email": "liang@signal.build" } ], "settings": { "theme": "system", "notifications": false, "language": "de" } }