Hi, is there a way to get JSON data when there is no element? I need to get data from “values” - “43.98”…
{
"status":"success",
"isPartial":false,
"data":{
"resultType":"matrix",
"result":[
{
"metric":{
"central_unit_label":"0",
"device_model":"MHT03",
},
"values":[
[
1698218620,
"43.98"
],
[
1698218920,
"43.98"
]
]
},
{
"metric":{
"central_unit_label":"0",
"device_model":"HT02",
},
"values":[
[
1698218620,
"59.4"
],
[
1698218920,
"58.13"
]
]
},
{
"metric":{
"central_unit_label":"0",
"device_model":"MHT03",
},
"values":[
[
1698218620,
"54.16"
],
[
1698218920,
"54.16"
]
]
},
{
"metric":{
"central_unit_label":"0",
"device_model":"HT02",
},
"values":[
[
1698218620,
"58.19"
],
[
1698218920,
"52.95"
]
]
}
]
}
}