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?
NSJSONSerialization is now public in iOS 5, and there's an example of its use in the Tweeting sample app.
I'm using it and it's quite simple, just import the library:
#import <Foundation/NSJSONSerialization.h>
and begin to use it.
Here there's a small but good tutorial: http://pragprog.com/magazines/2011-11/inside-ios-
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With