появляется Вот такая моделька(мне кажется что это можно как-то подправить)
struct Response: Codable {
let response: ResponseType?
let timestamp: Int?
enum CodingKeys: String, CodingKey {
case response = "response"
case timestamp = "timestamp"
}
}
Решил при помощи дженериков)
Обсуждают сегодня