KeyedDecodingContainer
extension KeyedDecodingContainer
-
Undocumented
Declaration
Swift
public func decodeAny<T>(_ type: T.Type, forKey key: KeyedDecodingContainer<K>.Key) throws -> T
-
Undocumented
Declaration
Swift
public func decodeAnyIfPresent<T>(_ type: T.Type, forKey key: KeyedDecodingContainer<K>.Key) throws -> T?