i have json data as shown below the problem is each user has uniqe id that is generated rondomly and his data located below this id i want to extract each user id and the data of that user in list and repeate this process for each user
{
"JnuvXZI3xIYgbhNzxXodIS4o3SY2": {
"Name": "zizoooo",
"age": 50,
"phoneNumber": 1009707164,
"readings": {
"HP": 35,
"SpO2": 40,
"ecg": 30,
"preesure": 80,
"temp": 37
}
},
"WdptGIALJEgVU8gIiZUZgsQrKNt1": {
"Name": "zizoelshehry",
"age": 40,
"phoneNumber": 1009707164,
"readings": {
"HP": 35,
"SpO2": 40,
"ecg": 30,
"preesure": 80,
"temp": 37
}
}
}