Код: Выделить всё
public class Product
{
public string id { get; set; }
public JsonObject details { get; set; }
}
Код: Выделить всё
{
"id": "1",
"type": "icecream",
"name": "Vanilla Cone",
"image":
{
"url": "img/01.png",
"width": 200,
"height": 200
}
}
Код: Выделить всё
details = "\{ \"id\":\"1\", \"type\": \"icecream\"\}, "
Подробнее здесь: https://stackoverflow.com/questions/736 ... in-c-sharp
Мобильная версия