CleanJSON
CleanJSON copied to clipboard
如何解析这类枚举
enum RankListType: String, Codable { case user = "USER" case hall = "HALL" }