скрине
Модель:
class ExchangeModel
{
public bool Success { get; set; }
public int Timestamp { get; set; }
public string Source { get; set; }
public List<Dictionary<string, double>> Quotes { get; set; }
}
https://json2csharp.com/
О, спасибо
long Timestamp Dictionary<string, decimal> Quotes { get; set; }
Обсуждают сегодня