namespace WindowsFormsApplication4
{
public class Datum
{
public string goodsid { get; set; }
public string type { get; set; }
public string conf { get; set; }
}
public class SufeiNet_Test
{
public IList<Datum> data { get; set; }
}
}
然后
List<SufeiNet_Test> objjson = (List<SufeiNet_Test>)HttpHelper.JsonToObject<List<SufeiNet_Test>>(json);
到现在不知道如何使用了
如何读取goodsid type conf