4
I’m using Python 3 to access a web API. The response to the requests comes in the JSON standard and my problem is that one of the Strings comes encoded with HTML entities (specifically accentuation).
For example:
"orientação-a-objetos"
Is there any parser return strings with solved HTML characters?