**"receipts" : {
"2020" : {
"feb" : {
"report1" : {
"13-02-2020 18:01:45" : {
"lat" : "1",
"lon" : "2",
"type" : "report",
"child" : "1",
"name" : "rep",
"time" : "42"
},
"report2" : {
"13-02-2020 18:01:45" : {
"lat" : "1",
"lon" : "2",
"type" : "report",
"child" : "1",
"name" : "rep",
"time" : "42"
},
},
}
}
}
},**
I'm trying to iterate through an object and get the values of report1 and report2.How could I achieve it?