KeyedDecodingContainer
extension KeyedDecodingContainer
-
Undocumented
Declaration
Swift
public func decode(_ type: [String : Any?].Type, forKey key: K) throws -> [String : Any?]
-
Undocumented
Declaration
Swift
public func decodeIfPresent(_ type: [String : Any?].Type, forKey key: K) throws -> [String : Any?]?
-
Undocumented
Declaration
Swift
public func decode(_ type: [Any?].Type, forKey key: K) throws -> [Any?]
-
Undocumented
Declaration
Swift
public func decodeIfPresent(_ type: [Any?].Type, forKey key: K) throws -> [Any?]?
-
Undocumented
Declaration
Swift
public func decode(_ type: [String : Any?].Type) throws -> [String : Any?]