I have been reading that there is a now library in ios 5 that allows you to serialize & deserialize JSON data. I can’t for the life of me find examples or the framework in my /Developer folder. Anyone have luck locating/working with this? If so could you please point me in the right direction?
Share
NSJSONSerialization is now public in iOS 5, and there’s an example of its use in the Tweeting sample app.