Vinícius Amaral

Results 1 issues of Vinícius Amaral

I need to deserialize this JSON: ```json { "emails": { "items": [ { "id": 1, "email": "[email protected]" }, { "id": 2, "email": "[email protected]" } ] } } ``` Into this...