Using Codable to Deserialize JSON
Codable is a powerful Swift feature that has already been around for quite some time, and is super useful for building network requests. As a refresher, a while back I wrote a post on making API calls and handling the JSON responses returned from tho...
Apr 24, 20213 min read51
