Created
October 13, 2017 05:31
-
-
Save JanGorman/6990b67223c5af86db506454f2ad96d8 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
| // If you want to follow along in a Swift Playground | |
| // import PlaygroundSupport | |
| // PlaygroundPage.current.needsIndefiniteExecution = true | |
| struct User: Codable { | |
| let id: Int | |
| let name: String | |
| let email: String | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment