I am getting following JSON through AJAX call which is Invalid due to \t after bullet point, Due to this i am getting javaScript error in JSON.Parse(data.d) function. Could you please suggest how to handle 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 LMN India" ,
"EstimatedRestorationTime": "a" ,
"OwningOrLeadTeam": "a" ,
"SupportingTeams": "a" ,
"IncidentLead": "a",
"Resiliency": "To Be Determined",
"NextUpdateGMTTime": "17-May-2016 12:48" }]
}