$postedData = $_POST["JSONfullInfoArray"]; $tempData = str_replace("", "",$postedData); $cleanData = json_decode($tempData); var_dump($cleanData);