Is there a class to parse JSON from a server in the iOS SDK? (similar to NSXML for XML and by extension RSS.)
As of iOS5 JSON is been natively supported, no need for 3rd party frameworks. This is supported by the NSJSONSerialization Class!