Skip to content

Instantly share code, notes, and snippets.

@aladine
Created June 30, 2014 16:37
Show Gist options
  • Save aladine/1385ca433255cbb5539f to your computer and use it in GitHub Desktop.
Save aladine/1385ca433255cbb5539f to your computer and use it in GitHub Desktop.
var error: NSError?
let bundle = NSBundle.mainBundle()
let path = bundle.pathForResource("data", ofType: "json")
let content = NSString.stringWithContentsOfFile(path) as String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment