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": "Async Flows in Node", "author": "Sofia Petrov", "publishedAt": "2026-03-10", "tags": [ "observability", "guide", "typescript" ], "comments": 25, "likes": 86 }, { "id": "post-2", "title": "Async Flows in Node", "author": "Nora Kim", "publishedAt": "2026-04-17", "tags": [ "performance", "typescript" ], "comments": 3, "likes": 83 }, { "id": "post-3", "title": "Async Flows in Node", "author": "Nora Kim", "publishedAt": "2026-06-25", "tags": [ "guide", "performance" ], "comments": 9, "likes": 83 } ], "analytics": { "totalViews": 4022, "uniqueVisitors": 2279 } }, "users": [ { "id": "user-1", "name": "Liang", "role": "maintainer", "email": "liang@signal.build" }, { "id": "user-2", "name": "Elena", "role": "admin", "email": "elena@signal.build" }, { "id": "user-3", "name": "Ravi", "role": "analyst", "email": "ravi@rustic.app" } ], "settings": { "theme": "system", "notifications": false, "language": "de" } }
Minified Output
Copy
{ "blog": { "posts": [ { "id": "post-1", "title": "Async Flows in Node", "author": "Sofia Petrov", "publishedAt": "2026-03-10", "tags": [ "observability", "guide", "typescript" ], "comments": 25, "likes": 86 }, { "id": "post-2", "title": "Async Flows in Node", "author": "Nora Kim", "publishedAt": "2026-04-17", "tags": [ "performance", "typescript" ], "comments": 3, "likes": 83 }, { "id": "post-3", "title": "Async Flows in Node", "author": "Nora Kim", "publishedAt": "2026-06-25", "tags": [ "guide", "performance" ], "comments": 9, "likes": 83 } ], "analytics": { "totalViews": 4022, "uniqueVisitors": 2279 } }, "users": [ { "id": "user-1", "name": "Liang", "role": "maintainer", "email": "liang@signal.build" }, { "id": "user-2", "name": "Elena", "role": "admin", "email": "elena@signal.build" }, { "id": "user-3", "name": "Ravi", "role": "analyst", "email": "ravi@rustic.app" } ], "settings": { "theme": "system", "notifications": false, "language": "de" } }