python
encoding_error
official
true
json.JSONDecodeError
ID: python/json-jsondecodeerror
80%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 3.x | active | — | — | — |
Root Cause
JSON data is malformed. Trailing commas, single quotes, or non-JSON content.
generic