All Tools

JSON Formatter & Validator

Paste JSON on the left, get formatted output on the right. Validates as you type.

input.json
Valid JSON23 keys · depth 4 · 502 B
{
  "name": "shubham-singh",
  "role": "Staff SRE",
  "company": "Salesforce",
  "clusters": 1000,
  "uptime": "99.99%",
  "skills": [
    "Kubernetes",
    "Terraform",
    "AI Ops",
    "ArgoCD"
  ],
  "experience": {
    "years": 6,
    "companies": [
      {
        "name": "Salesforce",
        "role": "MTS"
      },
      {
        "name": "Airtel",
        "role": "SRE II"
      },
      {
        "name": "Amway",
        "role": "DevSecOps"
      }
    ]
  },
  "open_to_relocation": true
}

Everything runs in your browser. Your data never leaves your machine.