We have an issue in passing JSON , the value contains double quotes and we are getting error
"searchResultsDetails":[
{
"compannyName":""schiing" Immobien & Co Lingasse KG",
"testId":77472,
}
]
You can see that the compannyName contains double quotes in the value.
var data= $.parseJSON(modelAttr);
modelattr is the above JSON string,
when I try this jquery method, I am getting parsing error, how we can parse double quotes and special characters, please help
Regards Hari