Kotlin: Desirealize a Json object that looks like array but not an array in shape
I have this array as a server response, and i want to get an array or list from it.
"items": {
"1614273900": {
"date": "25-02-2021",
"open": 12.02,
"high": 12.02,
"low": 11.96,
"close": 11.97
},
"1614274200": {
"date": "25-02-2021",
"open": 11.98,
"high": 11.99,
"low": 11.93,
"close": 11.95
},
"1614274500": {
"date":...