iOS Developer Question:

Download Job Interview Questions and Answers PDF

Explain me how to parse JSON?

iOS Developer Interview Question
iOS Developer Interview Question

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?