Skip to content

Instantly share code, notes, and snippets.

@jaumevn
Last active October 3, 2019 10:51
Show Gist options
  • Save jaumevn/ebb117e169396f143e960a4d5edc3701 to your computer and use it in GitHub Desktop.
Save jaumevn/ebb117e169396f143e960a4d5edc3701 to your computer and use it in GitHub Desktop.
Parsing JSON - Encode
struct User {
var name: String
var username: String
var phoneNumber: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment