Skip to content

Instantly share code, notes, and snippets.

@s4cha
Created October 17, 2016 10:39
Show Gist options
  • Save s4cha/3ea221a7e0935a2e03d25428ccd18975 to your computer and use it in GitHub Desktop.
Save s4cha/3ea221a7e0935a2e03d25428ccd18975 to your computer and use it in GitHub Desktop.
import Arrow
extension User: ArrowParsable {
mutating func deserialize(_ json: JSON) {
username <-- json["username"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment