Skip to content

Instantly share code, notes, and snippets.

@dejanskledar
Created October 16, 2017 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dejanskledar/79e7334955face61d89a797c42b561c6 to your computer and use it in GitHub Desktop.
Save dejanskledar/79e7334955face61d89a797c42b561c6 to your computer and use it in GitHub Desktop.
extension Sword {
private enum CodingKeys: String, CodingKey {
case name = "sword_name"
case size = "length"
case isValyrianSteel = "is_valyrian_steel"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment