json - NSJSONSerialization issue with special characters for iOS -
i have following issue: receive response request do, following:
"result": "ehajq3wq1428qmwvwdqy2u5pn8apojhe70lnqnzon1ng14xcrc\/8y6iugxuukz0bvy0qoo0ko0rnaiioc+ocpt8fw+ttg33mf0lxmabfpoo=" however, when parse json response in ios this: nsmutabledictionary *innerjson = [nsjsonserialization jsonobjectwithdata:data options:kniloptions error:nil];
i following result:
result = "ehajq3wq1428qmwvwdqy2u5pn8apojhe70lnqnzon1ng14xcrc/8y6iugxuukz0bvy0qoo0ko0rnaiioc+ocpt8fw+ttg33mf0lxmabfpoo="; i can't make \ character appear. ideas? cheers
Comments
Post a Comment