I am getting following the json response from a web-service api. I want to extract product data from the json. I also want to implement this using AFNetworking.
If you are just starting, I'd recommend using RestKit for this task (it makes use of AFNetworking). See an example here.