MarioSilv
Results
1
issues of
MarioSilv
Greetings. I have a simple string object like this String blabla = "{"id": 8,"name": "SANTARÉM"}", in which i use JsonIterator.deserialize(blabla).get("name") and what i get is "SANTARɍ" and not "SANTARÉM"; I...