DataMagics

JSON, organized in a blink.

JSON Validator & Beautifier

Validate, format, and explore your JSON.

Valid JSON

No syntax errors found

Keys27
Arrays2
Objects8
Values33

JSON Input

Validate, format, paste, upload, or drop a JSON file.

{
  "user": {
    "id": 12345,
    "name": "John Doe",
    "email": "john.doe@example.com",
    "isVerified": true,
    "address": {
      "street": "123 Main St",
      "city": "San Francisco",
      "state": "CA",
      "zipCode": "94105",
      "country": "USA",
      "coordinates": {
        "lat": 37.7749,
        "lng": -122.4194
      }
    },
    "phoneNumbers": [
      { "type": "mobile", "number": "+1-555-123-4567" },
      { "type": "home", "number": "+1-555-765-4321" }
    ],
    "roles": ["admin", "editor", "user"],
    "preferences": {
      "theme": "dark",
      "notifications": {
        "email": true,
        "sms": false,
        "push": true
      },
      "language": null
    }
  }
}
33 lines713 chars713 BSpaces: 2UTF-8JSON Auto-saved

JSON Tree View

Root
Path:root
JSON Validator & Formatter