Posts by Rafael Argenta • 11 points
1 post
-
1
votes1
answer376
viewsQ: Convert JSON to GSON object
I have a webservice ready, which returns a JSON of an object, great, working: Here is the returned JSON: {"Opa":{"nome":"Teste1234"}} This Json is of the following class: public class Opa { public…