I am getting the following json from a database, and I want to do an ngfor;but I don't know how to do it with this kind of JSON
<div class="col-md-4" *ngFor="let referencia of referencias.rows">
<div class="card text-center">
<div class="card-header">
</div>
<div class="card-body">
{{referencia.2}}
</div>
</div>
</div>
*ngFor.