Instance Property インスタンスプロパティ

dateDecodingStrategy

The strategy used when decoding dates from part of a JSON object. JSONオブジェクトの部分から日付をデコードする場合に使われる戦略。

Declaration 宣言

var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy

Discussion 議論

The default strategy is the JSONDecoder.DateDecodingStrategy.deferredToDate strategy. 省略時の戦略は、JSONDecoder.DateDecodingStrategy.deferredToDate戦略です。

See Also 参照

Decoding Dates 日付をデコードする