Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created August 10, 2012 10:38
Show Gist options
  • Save jlcampana/3313284 to your computer and use it in GitHub Desktop.
Save jlcampana/3313284 to your computer and use it in GitHub Desktop.
JSON 2 NSDictionary
- (void)apiRequestDone:(ASIHTTPRequest *)request
{
(...)
[NSJSONSerialization JSONObjectWithData:[request responseData] options: NSJSONReadingMutableContainers error:&error]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment