Skip to content

Instantly share code, notes, and snippets.

@alvaroroyo
Created February 28, 2019 09:24
Show Gist options
  • Save alvaroroyo/1f6bbc32c07fa223d5d71f37206aa044 to your computer and use it in GitHub Desktop.
Save alvaroroyo/1f6bbc32c07fa223d5d71f37206aa044 to your computer and use it in GitHub Desktop.
import Foundation
struct Person: Codable {
var firstName: String
var surName: String
var alias: String?
var age: Int
var height: Double
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment