I’m just trying my first lines of code with twitter API. In my test I’m issuing request to https://api.twitter.com/1.1/account/verify_credentials.json. I get the correct response, but latin characters are being presented in a coded way.
For instance, where I should get the following response…
“location”:“São Paulo, Brasil”
… I’m actually getting this one:
“location”:“S\u00e3o Paulo, Brasil”
Any hint of how can I fix this?