Codable, Decodable, and Encodable in Swift | Continued Learning #21

Описание к видео Codable, Decodable, and Encodable in Swift | Continued Learning #21

Codable is one of the most powerful protocols in Swift! We use this to "decode" and "encode" data in our application. This is especially useful for downloading data from the internet, because when we download data it will come as a foreign data type (usually JSON data). We then use Codable to transform (or "decode") the JSON data into a data type that we have in our iOS application. In this video we will first learn how Codable is actually using Decodable and Encodable protocols behind the scenes to transform the data and then we will learn how to implement Codable itself!

Next video:    • Download JSON from API in Swift w/ UR...  
Last video:    • How to use escaping closures in Swift...  

🤙 WELCOME BACK 🤙

WEBSITE: https://www.swiftful-thinking.com

DISCORD:   / discord  

GITHUB: https://github.com/SwiftfulThinking/

SAY THANKS: https://www.buymeacoffee.com/nicksarno

Комментарии

Информация по комментариям в разработке