JSON Validator

Example JSON

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