$jsonString = file_get_contents('data.json'); $data = json_decode($jsonString, true); print_r($data);