Skip to content

Instantly share code, notes, and snippets.

@amazedkoumei
Created December 8, 2012 19:56
Show Gist options
  • Save amazedkoumei/4241636 to your computer and use it in GitHub Desktop.
Save amazedkoumei/4241636 to your computer and use it in GitHub Desktop.
p NSJSONReadingMutableContainers # => 1
p NSJSONReadingMutableLeaves # => 2
p NSJSONReadingAllowFragments # => 4
opts = NSJSONReadingMutableContainers & NSJSONReadingMutableLeaves & NSJSONReadingAllowFragments
p opts # => 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment