PHP получить объекты json по ключам без индика

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