
This video is only available to subscribers. Start a subscription today to get access to this and 419 other videos.
Advanced Swift 4 JSON
Episode
#279
|
19 minutes
| published on
June 30, 2017
| Uses Xcode-9.0-beta1, swift-4
Subscribers Only
We tackle some more complex (read: realistic) scenarios where the JSON structure doesn’t quite match the structure of the objects. We’ll do this by providing custom implementations of Encodable and Decodable, talk about keyed and unkeyed containers, and how you might be able to transform the date during the encoding process
Links
- Episode 278 - Swift 4 JSON Parsing - Start here if you haven't watched it yet.
- Ultimate Guide to JSON Parsing with Swift 4 - I ended up writing a massive post on this topic for my blog, since I it will be incredibly useful to have as a reference for developers.