PHP JSON String zum assoziativen Array
$assocArray = json_decode($data, true);
Tequilian
$assocArray = json_decode($data, true);