Skip to content

Instantly share code, notes, and snippets.

@alvaroroyo
Created February 28, 2019 09:28
Show Gist options
  • Save alvaroroyo/8a83923c44f16c2394de9ea713e049c6 to your computer and use it in GitHub Desktop.
Save alvaroroyo/8a83923c44f16c2394de9ea713e049c6 to your computer and use it in GitHub Desktop.
enum CodingKeys: String, CodingKey {
case firstName = "first_name"
case surName
case alias
case age
case height
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment