PHP erhalten JSON -Objekte von Key ohne Indez
foreach($arr as $i => $json) {
$arr[$i] = json_decode($json, true);
}
Borma
foreach($arr as $i => $json) {
$arr[$i] = json_decode($json, true);
}