Posts by Vinicius Nascimento • 63 points
1 post
-
5
votes1
answer147
viewsQ: Gson to Java - Map
I need to pass these values from a json file to a java class file, the Json file is of this type: { "id":1, "name":"Gold", "description":"Shiny!", "spriteId":1, "consumable":true, "effectsId":[1] },…