This is the data i have and i want to loop over it in javascript since it is not an array map is not working can anybody help me loop over it or convert it into array then loop?
{
"7/15/2021": {
"date": "2021-07-15T00:00:00",
"value": [
"e1",
"e 2"
]
},
"7/12/2021": {
"date": "2021-07-12T00:00:00",
"value": [
"e 3",
"4",
"e 5",
"e 6"
]
}}