Skip to content

Instantly share code, notes, and snippets.

@sanketfirodiya
Created May 10, 2015 17:12
Show Gist options
  • Save sanketfirodiya/f9209bf0ffdd63f14003 to your computer and use it in GitHub Desktop.
Save sanketfirodiya/f9209bf0ffdd63f14003 to your computer and use it in GitHub Desktop.
NSData --> NSDictionary
NSDictionary *responseDictionary = [[NSDictionary alloc] init];
responseDictionary = [NSJSONSerialization JSONObjectWithData:responseData
options:NSJSONReadingMutableContainers
error:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment