This weekend, I finished writing the world's fastest Objective-C implementation of a JSON serializer/deserializer.
It has a simple API, compile clean (even with pedantic warnings), has 90% test coverage, and supports compiling with or without ARC.
Code is here: https://github.com/kstenerud/KSJSON
Benchmark is here: https://github.com/kstenerud/JSONCompare