How to create a HashMap from a JSON string with robospice retrofit?
"0": {
"civility": "M.",
"last_name": "Test",
"first_name": "",
"postal_code": "91200",
"city": "ATHIS MONS",
"address": "Rue royale"
},
"1": {
"civility": "M.",
"last_name": "Test",
"first_name": "",
"postal_code": "75013",
"city": "PARIS 13",
"address": "test"
}
Parse the JSONObject and create HashMap