Created
October 17, 2016 10:39
-
-
Save s4cha/3ea221a7e0935a2e03d25428ccd18975 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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