Help: json.loads() cannot parse valid json

The examples from @lamtodor seemed to have Python string encoding problems, in that the failing examples were (to my eye) incorrectly written in their Python code. We never saw the raw server responses which were giving the error. So we don’t actually know what came from his server.

If you’re encountering a JSON decoding problem with a server response, please show us the raw server response, and the Python code you’re using to parse it.