Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psf/requests
/ InvalidJSONError
Class
InvalidJSONError
src/requests/exceptions.py:38–39 ·
view source on GitHub ↗
A JSON error occurred.
Source
from the content-addressed store, hash-verified
36
37
38
class
InvalidJSONError(RequestException):
39
""
"A JSON error occurred."
""
40
41
42
class
JSONDecodeError(InvalidJSONError, CompatJSONDecodeError):
Callers
1
prepare_body
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected