Stefano Mondino
Home
Posts
Speaking
Tags
About
Codable
2
2025
Protocol values in Codable objects
11/07/25
When dealing with JSON APIs, it’s quite common to encounter complex properties—both single objects and arrays of objects. As discussed …
Codable
Architecture
Swift
A scalable alternative to Decodable enums
23/04/25
Swift’s Decodable and Encodable protocols provide convenient ways to map JSON data into native Swift objects. However, basic …
Codable
Swift
Architecture
Home
Posts
Speaking
Tags
About