Код: Выделить всё
{
"F1":
{
"BF1":"BV1",
"BF2":"BV2"
},
"F2":"BF1"
}
Код: Выделить всё
public class MyType
{
public string F1 {get;set;}
public string F2 {get;set;}
}
Подробнее здесь: https://stackoverflow.com/questions/760 ... in-c-sharp
Код: Выделить всё
{
"F1":
{
"BF1":"BV1",
"BF2":"BV2"
},
"F2":"BF1"
}
Код: Выделить всё
public class MyType
{
public string F1 {get;set;}
public string F2 {get;set;}
}