Skip to content

Instantly share code, notes, and snippets.

@farhan-syed
Last active April 11, 2017 20:20
Show Gist options
  • Save farhan-syed/2cefba642c2e6fc6647612d517371596 to your computer and use it in GitHub Desktop.
Save farhan-syed/2cefba642c2e6fc6647612d517371596 to your computer and use it in GitHub Desktop.
func parseJSON () {
let url = URL(string: "https://api.myjson.com/bins/vi56v")
let task = URLSession.shared.dataTask(with: url!) {(data, response, error ) in
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment