PHP Get JSON Objects by Key sem Indez

foreach($arr as $i => $json) {
    $arr[$i] = json_decode($json, true);
}
Borma