ios - How to get key/value pair from NSDictionary? -


I need some help with NSDictionary How can I get 1 pair, if I have a word then "id" The value of

  NSDictionary * allCourses = [NSJSunification JSONObjectWithData: allCoursesData options: NSJSONReadingMutableContainers error: & amp; Error];   

And it looks like:

NSD all courses

Thank you for your help.

shortest path:

  NSNumber * number = all courses [ @ "Semaka"] [@ "id"];    

Comments

Popular posts from this blog

c - Performance of System() -

python - how we can use ajax() in views.py in django? -

c++ - How to define methods in a base class that only work in derived classes? -