i Have CString str. for example contains this string: str = "hi there how are you. add me as your "friend"";
if you observe, you have \n and \" included in cstring. Json Parsing is not successful because of that \n and \". how do i replace them. also it should be language independent. please help.