Skip to content

Instantly share code, notes, and snippets.

@JanGorman
Created October 13, 2017 05:31
Show Gist options
  • Select an option

  • Save JanGorman/6990b67223c5af86db506454f2ad96d8 to your computer and use it in GitHub Desktop.

Select an option

Save JanGorman/6990b67223c5af86db506454f2ad96d8 to your computer and use it in GitHub Desktop.
// If you want to follow along in a Swift Playground
// import PlaygroundSupport
// PlaygroundPage.current.needsIndefiniteExecution = true
struct User: Codable {
let id: Int
let name: String
let email: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment