Loading Burstack
Preparing your tools...
Burstack
Tools
About
Contact
Home
Tools
Developer Tools
JSON Formatter
💻
Developer Tools
JSON Formatter
Format, validate, and beautify JSON data.
10 views
0 uses
Added 8/14/2025
Input JSON
Clear All
Quick Examples
Simple Object
{"name":"John","age":30,"city":"New York"}
Nested Object
{"user":{"name":"John","profile":{"email":"john@example.com","verified":true}},"settings":{"theme":"dark","notifications":false}}
Array of Objects
[{"id":1,"name":"Alice","role":"admin"},{"id":2,"name":"Bob","role":"user"},{"id":3,"name":"Charlie","role":"moderator"}]
Complex Data
{"company":{"name":"Tech Corp","employees":[{"id":1,"name":"John","department":"Engineering","skills":["JavaScript","React","Node.js"]},{"id":2,"name":"Jane","department":"Design","skills":["Figma","Sketch","Photoshop"]}],"departments":{"Engineering":{"head":"John","budget":100000},"Design":{"head":"Jane","budget":50000}}}}
Indent Size
2 spaces
4 spaces
8 spaces
1 space
Format JSON
Minify
Formatted Output
Copy
Download
Formatted JSON will appear here