标签: swift codable decodable
如何使用Decodable解码ID
我有JSON,例如:id(不带方括号)
我的代码
struct Id:Codable { var id:UInt }