开发者

How to use Json parser/generator for objective-c

开发者 https://www.devze.com 2023-01-13 00:39 出处:网络
Does anyone have a tutorial of how to use this Json framework.It basically allows parsing and generating of json but I have no idea how to use it!

Does anyone have a tutorial of how to use this Json framework. It basically allows parsing and generating of json but I have no idea how to use it!

I need to build up a Json request send it to the webservice and th开发者_StackOverflow社区en parse the response.


Check the followings :

  1. Tutorial: JSON Over HTTP On The iPhone
  2. JSON Framework for iPhone. Don't forget to check part 2.

Seems that in order to create a JSON string from Obj-C object, you need to use SBJsonWriter class. Though I have not tested it myself.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号