Skip to content

bartjacobs/DecodingJSONDataInSwift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Decoding JSON Data In Swift: Part 1

Author: Bart Jacobs

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.

Releases

No releases published

Packages

No packages published

Languages