Are you using (or want to use) JSON with Cocoa? BSJSONAdditions includes categories on NSDictionary and NSScanner that allow for easy creation of an NSDictionary object from a JSON string, and output of a JSON string from an existing dictionary. The download includes a complete Xcode project and unit tests.