What is Codable in SwiftUI?

What is Codable in SwiftUI?

public 7 min read
The Codable protocol is Apple’s contribution to a standardized approach to encoding and decoding data. That is especially true for the JSON data we get from REST APIs.