Showing posts with label JSON. Show all posts
Showing posts with label JSON. Show all posts

Tuesday, December 14, 2010

JSON in iPhone/iPad App

For you out there searching for a good JSON library for your iOS project this is the one Im using:


https://github.com/stig/json-framework/downloads

Howto use:

  1. Add folder to your project
  2. Import the header file (#import "JSON.h")
  3. When you have a NSString containing JSON data simply use: [strSomeString JSONValue]; and you get an NSDictionary/NSArray

Very simple :-)


Cheers,

JayEs