$arr = json_decode($json, true); // Loop through the associative array foreach($arr as $key=>$value){ echo $key . " => " . $value . "<br>"; }