Ver original$postData = $_GET['postData'];$postDataArray = json_decode($postData); echo '<pre>'.print_r($postDataArray, true).'</pre>';