enum JSONDecoder.DateDecodingStrategy
The strategies available for formatting dates when decoding them from JSON.
それらをJSONからデコーディングする場合、日付を書式設定するために使用できる戦略。
Availability 有効性
Technology
var dateDecodingStrategy: JSONDecoder
.DateDecodingStrategy
The default strategy is the JSONDecoder
strategy.
省略時の戦略は、JSONDecoder
戦略です。
enum JSONDecoder.DateDecodingStrategy