Skip to main content
ShrinkJSON
JSON Formatter
Home
Tools
Converters
Blog
Toggle theme
Open Navigation
JSON Formatter
Format and beautify your JSON data
JSON Input
2 Spaces
4 Spaces
Tabs
Generate Sample
{ "blog": { "posts": [ { "id": "post-1", "title": "JSON Patterns for APIs", "author": "Ethan Malik", "publishedAt": "2026-08-05", "tags": [ "guide", "edge" ], "comments": 24, "likes": 69 }, { "id": "post-2", "title": "JSON Patterns for APIs", "author": "Sofia Petrov", "publishedAt": "2026-08-07", "tags": [ "typescript", "testing" ], "comments": 13, "likes": 98 } ], "analytics": { "totalViews": 2430, "uniqueVisitors": 1233 } }, "users": [ { "id": "user-1", "name": "Mateo", "role": "editor", "email": "mateo@rustic.app" }, { "id": "user-2", "name": "Elena", "role": "admin", "email": "elena@signal.build" }, { "id": "user-3", "name": "Ravi", "role": "analyst", "email": "ravi@signal.build" }, { "id": "user-4", "name": "John", "role": "contributor", "email": "john@rustic.app" }, { "id": "user-5", "name": "Liang", "role": "maintainer", "email": "liang@northwind.dev" } ], "settings": { "theme": "system", "notifications": false, "language": "de" } }
Formatted Output
Copy
{ "blog": { "posts": [ { "id": "post-1", "title": "JSON Patterns for APIs", "author": "Ethan Malik", "publishedAt": "2026-08-05", "tags": [ "guide", "edge" ], "comments": 24, "likes": 69 }, { "id": "post-2", "title": "JSON Patterns for APIs", "author": "Sofia Petrov", "publishedAt": "2026-08-07", "tags": [ "typescript", "testing" ], "comments": 13, "likes": 98 } ], "analytics": { "totalViews": 2430, "uniqueVisitors": 1233 } }, "users": [ { "id": "user-1", "name": "Mateo", "role": "editor", "email": "mateo@rustic.app" }, { "id": "user-2", "name": "Elena", "role": "admin", "email": "elena@signal.build" }, { "id": "user-3", "name": "Ravi", "role": "analyst", "email": "ravi@signal.build" }, { "id": "user-4", "name": "John", "role": "contributor", "email": "john@rustic.app" }, { "id": "user-5", "name": "Liang", "role": "maintainer", "email": "liang@northwind.dev" } ], "settings": { "theme": "system", "notifications": false, "language": "de" } }