As far as I know, there are three JSON Parsers for Objective-C, JSON Framework, YAJL, and Touch JSON. Then, These three would have their own characteristics. For example: YAJL can be used as a SAX style parser. JSON Framework has relatively long history and is widely used. Touch JSON parses NSData instead of NSString. In addition, as far as I tested, the result of performance comparison is as foll