I am facing issue with the following Json reponse object in the javascript eval function;Getting java script error expected } because of special characters Tamás and Török
{
[{
"userFirstNm": "Naresh",
"userAsscId": "70336",
"userLastNm": "Yashwantrao",
"userLanId": "a70336"
}, {
"userFirstNm": "Tamás",
"userAsscId": "37732",
"userLastNm": "Török",
"userLanId": "a37732"
}]
}
Is there is any solution to resolve this problem.

