I searched a lot in google and stackoverflow, but couldn't find a solution.
I've the following json coming from DB:
{"nome":"Tést","curso":"Educação Infantil","serie":"1ª Etapa 1011"}
As you can see, there are some utf8 chars that were not saved as unicode. And when I try to decode this json, it returns null and json_last_error returns 5.
Does anyone have a solution?
JSON_ERROR_UTF8. I think you need to format the characterªsome other way (if at all possible).