{
  "id": "python/json-jsondecodeerror",
  "signature": "json.JSONDecodeError",
  "signature_zh": "",
  "regex": "json\\.JSONDecodeError",
  "domain": "python",
  "category": "encoding_error",
  "subcategory": null,
  "root_cause": "JSON data is malformed. Trailing commas, single quotes, or non-JSON content.",
  "root_cause_type": "generic",
  "root_cause_zh": "",
  "versions": [
    {
      "version": "3.x",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [],
  "workarounds": [],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://docs.python.org/3/library/json.html",
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "official",
  "confidence": 0.95,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": null,
  "last_confirmed": null,
  "last_updated": null,
  "evidence_count": 0,
  "tags": [
    "python",
    "stdlib",
    "json",
    "jsondecodeerror"
  ],
  "locale": "en",
  "aliases": []
}