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

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

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -