Created
February 28, 2019 19:12
-
-
Save alvaroroyo/19cd2f424ec32da443e0c36d07e92ad4 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
| struct Person: Codable { | |
| var id: Int | |
| var name: String | |
| var age: Int | |
| var address: String | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment