我试图将此 json 数据列为 mvc。如何编写视图模型代码?我已经编写了 json 数据和 viewmodel 编码。
查看型号:
public class OrderViewModel
{
public List<Content> content { get; set; }
}
public class Content
{
public string shipmentAddress { get; set; }
public string firstName { get; set; }
public string lastName { get; set; }
public string address1 { get; set; }
}
这个错误
读取字符串时出错。意外标记:StartObject。路径“
content[0].shipmentAddress
”,第 1 行,位置 90
陪伴而非守候
红颜莎娜
人到中年有点甜
相关分类