php dapatkan objek json dengan kunci tanpa indez

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