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 - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -