Posts by Jéssica Freitas • 51 points
1 post
- 
		5 votes1 answer353 viewsQ: How to deserialize a list with items of type { "key": "value" }?I need to deserialize a JSON, but I can’t map the enumerated object. Follows the JSON: { "list": [ { "1": "Bola" }, { "2": "Quadrado" }, { "3": "Retangulo" } ], "code": 0, "success": true } My…