Data Tools

JSON Validator

Validate and format JSON data with customizable indentation

Example JSON
{
  "person": {
    "name": "John Doe",
    "age": 30,
    "address": {
      "street": "123 Main St",
      "city": "New York",
      "country": "USA"
    },
    "hobbies": [
      "reading",
      "hiking",
      "photography"
    ]
  }
}