{
  "id": "json-validator",
  "slug": "json-validator",
  "title": "JSON Validator & Formatter",
  "description": "Validate, format and minify JSON in your browser with detailed error locations.",
  "category": "validators",
  "tags": ["json", "validate", "format", "pretty", "minify"],
  "icon": "braces",
  "needsBackend": false,
  "relatedModules": ["xml-validator", "base64"],
  "seoIntro": "JSON (JavaScript Object Notation) is a lightweight data-interchange format. This validator parses your JSON locally in the browser, points to the exact position of syntax errors, and lets you pretty-print or minify the output.",
  "seoFaq": [
    { "q": "Is my JSON sent to a server?", "a": "No. Parsing and formatting happens entirely in your browser." },
    { "q": "What size of JSON can I paste?", "a": "Up to 1 MB is accepted; larger payloads may slow down the browser." }
  ]
}
