AnyCodingKey
public struct AnyCodingKey : CodingKey
CodingKey for converting a decoding container to a dictionary where any key in the
dictionary is accessible.
-
Declaration
Swift
public let stringValue: String -
Declaration
Swift
public let intValue: Int? -
Declaration
Swift
public init?(stringValue: String) -
Declaration
Swift
public init?(intValue: Int)
View on GitHub
AnyCodingKey Structure Reference