Decoding different type of dataset

前端 未结 0 1853
庸人自扰
庸人自扰 2021-01-28 02:44

I have the following struct, and try to decode the json object. I am using Swift 4.3.

struct Classroom: Codable {
  let status: String?
}

let classes: Classroom          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题