Contents

JSONDecoder.DateDecodingStrategy.custom(_:)

The strategy that formats custom dates by calling a user-defined function.

Declaration

@preconcurrency case custom(@Sendable (any Decoder) throws -> Date)

See Also

Custom Formats