I tried this solution : Parse Dynamic Key Json String using Retrofit but not got the proper solution
input data is :
{
"details": {
"10": [{
"id": "1",
"name": "sample_data1"
}, {
"id": "2",
"name": "sampledata_2"
}]
}
}
I want to parse this json object with the unkwon keys