I am sending an AJAX request expecting JSON response. However, the returned JSON is preceded with a red dot\\bullet which is causing a parse error.
Here is a screens
You need to clear you object buffer on server side. I am using PHP as my server side language and I faced similar problem and the solution was cleaning my buffer using ob_clean();
ob_clean();