I’ve just published my first app in my personal Apple developer account. 🎉It feels great!
Continue readingCustom encoding and decoding JSON
In our last Working with JSON series (Part 1, Part 2 and Part 3), we explore various items: Codable protocol, which contains two other protocols: Encodable and Decodable How to decode a JSON data object into a readable Swift struct Usage of custom keys Custom objects creation Arrays Different top …