Код: Выделить всё
[
{
"change_date": "20211118 2134",
"inspection_id": "74207177",
"insp_unit_id": "185883333",
}
]
Код: Выделить всё
public class Root
{
public string change_date { get; set; }
public string inspection_id { get; set; }
public string insp_unit_id { get; set; }
}
Код: Выделить всё
public int inspection_id_int()
{
return Convert.toint32(inspection_id );
}
Подробнее здесь: https://stackoverflow.com/questions/789 ... harp-class
Мобильная версия