I am creating a JSON which contains the encoded Hindi language data. The font is AAText. The text coming in the json is ' and \ which throwing error when trying to validating the JSON. Here \ is used as ? in Hindi language. Example is below
{ "BhagwanList": [   { "BhagwanId": "1","BhagwanName": "Jain Maharaj", "QuestionList": [ { "questionId": "26", "questionText": "bUnzHkwfr xkSre fdrus HkkbZ Fks \",  "ansText": "'rhu&(bUnzHkwfrxkSre ]vfxzHkwfrvkSjok;qHkwfr)",  "other": "oS'kkyh"} ]   } ]}
I have already tried using the \ to escape the character but it does not work. Could anyone suggest how I can use ' and \ in the JSON.
 
    