PHP Obtener objetos JSON por clave sin Indez
foreach($arr as $i => $json) {
$arr[$i] = json_decode($json, true);
}
Borma
foreach($arr as $i => $json) {
$arr[$i] = json_decode($json, true);
}