Skip to main content
  1. Tags/

decode

2024


Day 60 - SwiftUI JSON Custom Codable Key and FriendFace Milestone Project

·2399 words·12 mins
Custom Codable Keys #When our JSON data matches the types we design, Codable works perfectly. In fact, it’s usually enough that we don’t do anything more than add the Codable compatibility - the Swift compiler will automatically generate everything we need.