Saturday, July 14, 2012

JSON Parser for Objective-C

Building on the string code in the previous post, here is a simple Objective-C JSON parser that I use a lot.

Json.h, Json.m at GitHub.

3 comments:

Anonymous said...

Hi

Both links point to the .h file. It's just a matter of changing .h to .m to view the implementation file.

Paul Senzee said...

Thanks mgiraldo! I fixed that link.

Unknown said...
This comment has been removed by a blog administrator.