Skip to content

Instantly share code, notes, and snippets.

@rintoandrews90
Created July 27, 2019 16:26
Show Gist options
  • Save rintoandrews90/dc35e8d7c9f22afba36b3bde50e93284 to your computer and use it in GitHub Desktop.
Save rintoandrews90/dc35e8d7c9f22afba36b3bde50e93284 to your computer and use it in GitHub Desktop.
let decoder = JSONDecoder()
let model = try? decoder.decode(UserInfo.self, from:jsonData)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment