iOS Developer Question:
Download Questions PDF

Explain me how to parse JSON?

Answer:

By using NSJSONSerialization.
For example : NSArray *jsonArray = [NSJSONSerialization JSONObjectWithData: data options: NSJSONReadingMutableContainers error: &e];

Download iOS Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What is "Protocol" on objective c?What is Objective c?