Good afternoon colleagues, I'm consulting a WS that returns a json like the following.
{
"data": {
"1130987": [
1130987
],
"1230988": [
1230988
],
"1331027": [
1331027
],
"1405538": [
1405538
],
"1508418": [
1508418
],
"1608432": [
1608432
],
"1708439": [
1708439
],
"32008440": [
32008440
],
"32008456": [
32008456
],
"1500002134": [
1500010872
]
},
"range": {
"total": 3182,
"from": 1,
"to": 10
}
}
The data varies so I can not create a model to be able to transform the json my question is. how can I get the numerical values that come between [].
I appreciate your time. Greetings.