JSONDecoder.DateDecodingStrategy.custom(_:)
The strategy that formats custom dates by calling a user-defined function.
Declaration
@preconcurrency case custom(@Sendable (any Decoder) throws -> Date)The strategy that formats custom dates by calling a user-defined function.
@preconcurrency case custom(@Sendable (any Decoder) throws -> Date)