KeyedDecodingContainer
extension KeyedDecodingContainer
-
Undocumented
Declaration
Swift
public func decodeArray<T>(_ key: K) throws -> [T] where T : Decodable -
Undocumented
Declaration
Swift
public func decodeArrayIfPresent<T>(_ key: K) throws -> [T]? where T : Decodable
View on GitHub
KeyedDecodingContainer Extension Reference