How to create a bridge between JSON from the server and local swift projects
As an iOS developer, you are almost always guaranteed to come across JSON within a project. In this blog post we will discuss how to easily create a bridge between the JSON, coming from the server, and your local swift objects. What is Codable Well codable is actually a typealias for the Decodable & Encodable […]