Swift 4 finally answers the long-debated question of: How should I parse JSON with Swift? In this episode we'll take a look at the new Codable protocol in Swift 4, and talk about how to use JSONEncoder and JSONDecoder to serialize your objects into JSON and back again.
Links Ultimate Guide to JSON Parsing with Swift 4 - I ended up writing a massive post on this topic for my blog, since I it will be incredibly useful to have as a reference for developers.