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
Now iOS5 itself has the ability to serialize and de-serialize the json objects,
it will manage all the process behind the scene, and you will be getting easily
customizable foundation objects (NSArray,NSDictionary,NSString...)
Based on your flavor you represented.
As brainjam suggest This is the good tutorial to begin with. Hope your fingers can play around with json objects easily.