json string is as below:
"{\"d_obs\": 1999, \"f_name\": \"p_add\", \"f_str\": \"CCD\", \"d_left\": 48.9, \"d_pos_label\": \"YES\", \"left\": [48.9], \"cat\": [\"40/207, \"Shiva residency\", Near iscon mega mall, S.G. Highway\"], \"obs\": [1999]}"
JSON.parse() is unable to parse this string to object. The problem is at \"Shiva residency\" in string. JSON can not parse internal double quote("") string.
Can anybody help me to resolve this issue.