PHP JSON String to Assocatiative Array
$assocArray = json_decode($data, true);
Tequilian
$assocArray = json_decode($data, true);