KeyedDecodingContainer
public extension KeyedDecodingContainer where Key == DynamicKeys
-
Decode additional properties.
Declaration
Swift
func decode(_ type: [String : MessageContextSkill].Type, excluding keys: [CodingKey]) throws -> [String : MessageContextSkill]
-
Decode additional properties.
Declaration
Swift
func decode(_ type: [String : [String]].Type, excluding keys: [CodingKey]) throws -> [String : [String]]