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