https://github.com/stig/json-framework/downloads
Howto use:
- Add folder to your project
- Import the header file (#import "JSON.h")
- When you have a NSString containing JSON data simply use: [strSomeString JSONValue]; and you get an NSDictionary/NSArray
Very simple :-)
Cheers,
JayEs