AFNetworking and jSON

后端 未结 7 950
臣服心动
臣服心动 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:43

    Use JSONModel to parse json into object.

    0 讨论(0)
提交回复
热议问题