AFNetworking and jSON

后端 未结 7 948
臣服心动
臣服心动 2020-12-28 08:57

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.



        
7条回答
  •  囚心锁ツ
    2020-12-28 09:38

    If you are just starting, I'd recommend using RestKit for this task (it makes use of AFNetworking). See an example here.

提交回复
热议问题