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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -