JSONDecoder DateEncodingStrategy per key - defer to default behaviour

前端 未结 0 456
面向向阳花
面向向阳花 2021-02-05 06:42

Suppose I have a Codable like so:

struct MyCodable: Codable {
   var dateEpoch: Date
   var dateIso: Date
   var dateYMD: Date
}

Now

相关标签:
回答
  • 消灭零回复
提交回复
热议问题