Richard Turton on moving JSON from a web service into a strongly typed object:
“Swift structs are a natural home for your web service results – they are immutable, lightweight and have minimal boilerplate code requirements. Getting the results out of JSON and into a struct, however, can be complicated…”
Richard describes how he uses SwiftyJSON to facilitate the process.