case deferredToDate
The strategy that uses formatting from the Date structure.
Date構造体から書式設定するのに使う戦略。
Availability 有効性
Technology
enum JSONDecoder
.DateDecodingStrategy
case deferredToDate
case iso8601
case formatted(DateFormatter)
case custom((Decoder) -> Date)
case millisecondsSince1970
case secondsSince1970
var dateDecodingStrategy : JSONDecoder.DateDecodingStrategy