У меня есть такой класс:
Код: Выделить всё
class Test1
{
[JsonProperty("id")]
public string ID { get; set; }
[JsonProperty("label")]
public string Label { get; set; }
[JsonProperty("url")]
public string URL { get; set; }
[JsonProperty("item")]
public List Test2List { get; set; }
}
Подробнее здесь: https://stackoverflow.com/questions/650 ... g-json-net
Мобильная версия