Tool
box
Home
About
🧩 JSON Formatter + Visualizer
Choose View:
JSON Input
Paste
Upload
{ "name": "John Doe", "age": 30, "email": "johndoe@example.com", "address": { "street": "123 Main St", "city": "Anytown", "state": "CA", "zip": "12345" }, "phoneNumbers": [ { "type": "home", "number": "555-555-5555" }, { "type": "work", "number": "555-555-5556" } ] }
Format & Load
JSON Schema Input
Paste
Upload
✅ Validate JSON
🧾 Output Preview
name:
"John Doe"
age:
30
email:
"johndoe@example.com"
â–¶
address:
{}
4 keys
â–¶
phoneNumbers:
[]
2 items