Art Deco
[Jul 2018] Swift Decodable is a neat feature that makes working with JSON data beautifully simple and ordered, much like geometric art. Unlike the runtime mapping used by other languages, Swift’s implementation is a modern compile-time construct, one that is transparent to developers but fully type-safe. For thoughtfully-structured JSON layouts, the out-of-box solution is just awesome. In practice, however, ill constructed API are sadly not uncommon. To help navigate those troubled waters, I have shared on Github a few of my solutions. Dive in…
Comments
Post a Comment