In the previous tutorial of this series, we fetched weather data from the Forecast API. Before we can feed the weather data to the user interface of the application, we need to pour it into model objects. Swift's strict type safety rules make this less trivial than it sounds.
In this and the next tutorial, we take a detour to take a closer look at three solutions to decode the weather data the application fetches from the Forecast API.
Read more tutorials on Cocoacasts.