Here’s a handy library for you if you’re interested in getting into this JSON thing that all the cool kids seem to be excited about these days; the iPhone-friendly JSON Framework, “A strict JSON parser/generator for Objective-C“.
This framework implements a strict JSON parser and generator in Objective-C.
Download the framework, embed it in your application, and import the JSON/JSON.h header. You’re now ready to make your application speak JSON. The framework adds categories to existing Objective-C objects for a super-simple interface, and provides a JSON class for added control.
The author’s blog with release notes is here, and don’t miss the most excellent tutorial at iPhone Developer Tips!
