With Codable which got introduced in Swift 4, JSON parsing has become lot easier than it’s ever been before. In this talk, we will trace the journey of Codable, the motivation behind its proposal & understand it's implementation in the swift standard library. We will also explore on how Codable can make developer's life easier through examples ranging from basic to complex ones to understand the flexibility it offers to customize for our use cases.