Serialize and Deserialize Objective-C objects into JSON

后端 未结 7 1771
花落未央
花落未央 2020-11-30 01:05

I need to serialize and deserialize objective-c objects into JSON to store in CouchDB. Do people have any example code for best practice for a general solution? I looked a

7条回答
  •  执念已碎
    2020-11-30 01:45

    Did you mean this? ;)

    http://developer.apple.com/library/mac/#documentation/Foundation/Reference/NSJSONSerialization_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010946

提交回复
热议问题