Pircate / CleanJSON

Swift JSON decoder for Codable
MIT License
292 stars 40 forks source link

如何解析这类枚举 #23

Open wecorobin opened 2 years ago

wecorobin commented 2 years ago

enum RankListType: String, Codable { case user = "USER" case hall = "HALL" }