JSON Formatter
Load
Beautify
Minify
Input JSON
{ "name": "John Doe", "age": 30, "isActive": true, "skills": ["JavaScript", "React", "Node.js"], "address": { "city": "New York", "zip": 10001, "coordinates": { "lat": 40.7128, "lng": -74.0060 } }, "projects": [ { "name": "E-commerce API", "status": "completed" }, { "name": "Dashboard UI", "status": "in-progress" } ] }
Interactive Tree View
Ready - Valid JSON loaded