Skip to content

Instantly share code, notes, and snippets.

@fsvehla
Created March 8, 2011 17:24
Show Gist options
  • Save fsvehla/860597 to your computer and use it in GitHub Desktop.
Save fsvehla/860597 to your computer and use it in GitHub Desktop.
switch(request.responseStatusCode) {
case 200:
SBJsonParser *jsonParser = [[[SBJsonParser alloc] init] autorelease];
NSDictionary *dictionary = [jsonParser objectWithString: [request responseString]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment