Answer the question
In order to leave comments, you need to log in
JSON to NSDictionary?
Good day to dear Tostovites. All evening I have been tormented by the question of how to convert an incoming string into an ordinary dictionary. Example, there is a line like
{"status":401,"answer":"user_not_exists","data":{"email":"\[email protected]"}}
[
"status" : 401,
"answer" : "user_not_exists",
"data" : [
"email" : "[email protected]"
]
]
decodedJsonString["answer"]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question