📦 JSON Formatter

How to Use
Test Examples

Not sure what to test? Try copying one of these:

{
    "name": "John",
    "age": 30,
    "city": "New York"
}
{
    "users": [
        {"id": 1, "name": "Alice"},
        {"id": 2, "name": "Bob"},
        {"id": 3, "name": "Charlie"}
    ],
    "total": 3
}
{
    "module": "Greeting",
    "response": "Hello and welcome to Quantum Buddi!",
    "status": "active"
}

Want to test invalid JSON?

{"name": "John", "age": 30, "city": "New York"