I am facing an issue with the JSON received from an AJAX call. The problem lies in the unexpected '\t' after a bullet point, causing a JavaScript error in the JSON.Parse(data.d) function. Can you provide advice on how to address this situation?
{ "Initial" :[
{"IncidentNumber" : "INCB68686857575" ,
"IncidentStart": "22-Apr-2016 11:03" ,
"Title": "aaa",
"ServiceName": "a",
"Status": "Service Down",
"UsersImpacted": "MULTIPLE" ,
"Circle": "a" ,
"RecoveryActivity": "•\tJohn Michel USA Country nextline•\tABC DEF GDH LMNIndia" ,
"EstimatedRestorationTime": "a" ,
"OwningOrLeadTeam": "a" ,
"SupportingTeams": "a" ,
"IncidentLead": "a",
"Resiliency": "To Be Determined",
"NextUpdateGMTTime": "17-May-2016 12:48" }]}