SmartJSONDecoder
open class SmartJSONDecoder : JSONDecoder, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Swift
open var smartDataDecodingStrategy: SmartDataDecodingStrategy
-
Undocumented
Declaration
Swift
open var smartKeyDecodingStrategy: SmartKeyDecodingStrategy
-
Declaration
Swift
override open func decode<T>(_ type: T.Type, from data: Data) throws -> T where T : Decodable