iOS Developer Question: Download iOS Developer PDF

Explain me how to parse JSON?

Tweet Share WhatsApp

Answer:

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

Download iOS Developer PDF Read All 102 iOS Developer Questions
Previous QuestionNext Question
What is "Protocol" on objective c?What is Objective c?