Kai Teuber

Results 1 issues of Kai Teuber

Hi, I'm trying to parse the following XML: ` ` Into this struct: `struct Model: Codable { let string: String let int: Int let bool: Bool enum CodingKeys: String, CodingKey...

question