IntOrDict
public enum IntOrDict : Codable, Equatable
Enum which contains int or dict value from decoded object
-
Undocumented
Declaration
Swift
case integer(Int) -
Undocumented
Declaration
Swift
case dict([String : IntOrString]) -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws
View on GitHub
IntOrDict Enumeration Reference