I'm using Python 3 to access a web API. The response of the requests comes in the JSON pattern and my problem is that one of the strings is encoded with HTML entities (specifically accent).
For example:
"orientação-a-objetos"
Is there a parser that returns me the strings with the resolved HTML characters?