Closed
Description
Long story short
The resp.json() call reports a bug if the return type is something like application/XXX+json (as opposed to application/json). However, application/XXX+json is a perfectly fine media type, "extending" the semantics (not the syntax) of the core json syntax, ie, should be parsed as bona fide json...
Your environment
OS X 10.11.6, Python 3.6.2