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