{
"batchcomplete": "",
"warnings": {
"main": {
"*": "Unrecognized parameter: rvprop."
},
"extracts": {
"*": "\"exlimit\" was too large for a whole article extracts request, lowered to 1."
}
},
"query": {
"normalized": [
{
"from": "pune",
"to": "Pune"
}
],
"pages": {
"164634": {
"pageid": 164634,
"ns": 0,
"title": "Pune",
"extract": ""
}
}
}
}
In the above json the numeric key inside "pages" object is dynamic. So how do i make a pojo for this json.
Please, please, please help me. I've searched a lot for this, but go nothing that works. Also i'm a beginner in retrofit, so please answer in detail. I've seen some answers which mention use of map for such cases (eg. Parse Dynamic Key Json String using Retrofit). But those answers are not elaborated properly. please help me understand it thoroughly.