I need to go through this array and extract the data heartRate and deviceNumber in separate variables.
{
"bodys": {
"bikeArrays": [],
"heartRateArrays": [
{
"heartRate": "88",
"deviceNumber": "302831"
}
]
},
"status": 1
}
El codigo que estoy...
asked by
27.06.2018 / 20:12