JSON Viewer/Validator
Validate JSON string and display it in a collapsible tree view
JSON Input
{ "name": "John Doe", "age": 30, "isStudent": false, "address": { "street": "123 Main St", "city": "Anytown", "zip": "12345" }, "hobbies": ["reading", "swimming", "coding"], "projects": [ { "name": "Website", "completed": true }, { "name": "Mobile App", "completed": false } ] }
Validate & View
Format
Clear
Invalid JSON: Please check your syntax
Valid JSON!
Collapse All
Expand All
JSON tree will appear here after validation
Total Keys:
0
Object Count:
0
Array Count:
0
String Count:
0
Number Count:
0
Boolean Count:
0
Null Count:
0
JSON copied to clipboard!