php obtient des objets JSON par clé sans inez

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