Skip to content

Instantly share code, notes, and snippets.

@sbrocket
Created November 24, 2009 03:06
Show Gist options
  • Select an option

  • Save sbrocket/241593 to your computer and use it in GitHub Desktop.

Select an option

Save sbrocket/241593 to your computer and use it in GitHub Desktop.
NSDictionary ("high hierarchy dictionary", represents all countries)
|
|--- NSDictionary ("subdictionaries", represents single country each)
|
|--- name, NSString
|--- currency, NSString
|--- population, NSNumber
|--- etc...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment