Extension for Alamofire that converts JSON data into Decodable objects
Swift 4 introduces a new Codable protocol that lets you serialize and deserialize custom data types without writing any special code and without having to worry about losing your value types.