Skip to content

Instantly share code, notes, and snippets.

@alvaroroyo
Created February 28, 2019 19:12
Show Gist options
  • Select an option

  • Save alvaroroyo/19cd2f424ec32da443e0c36d07e92ad4 to your computer and use it in GitHub Desktop.

Select an option

Save alvaroroyo/19cd2f424ec32da443e0c36d07e92ad4 to your computer and use it in GitHub Desktop.
struct Person: Codable {
var id: Int
var name: String
var age: Int
var address: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment