JSONDecoder.DataDecodingStrategy.custom(_:)

The strategy that decodes data using a user-defined function.

Declaration

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