Hello i just want to know how to iterate this array
```
[
{
"0": {
"player_id": "138",
"player_name": "Pring",
"profile_image": "",
"score_card": [
"0"
],
"total_score": 22
},
"1": {
"player_id": "4",
"player_name": "Poring 12",
"profile_image": "",
"score_card": [
"0",
],
"total_score": 0
},
"date": "2017-09-21",
"start_time": "17:40:00",
"end_time": "18:00:00"
}
]
```
or maybe group by players with lodash? im requesting to an api, but it seems that is not a cool one, or maybe im not good enough to perform this kind of arrays, (is my head hurt)
iteratein reality