Transforming JSON into model objects in your apps just became a whole lot easier with the introduction of Decodable in Swift 4. In today's lesson, I want to walk through the old way of using JSONSerialization and then show you the new JSONDecoder method. We can retire a bunch of JSON serializer pods now that we have this feature natively supported.