Currently i have this json:

{
    "ResponseCode":200,
     "data":[
       "2016-08-05T15:49:15.157000+00:00",
       "SomeString",
        1230,
        9.025
    ]
}

,c#,json,deserialization,system.text.json"/>
	














首页 > 解决方案 > 解析 Json 列表 to a concrete model In C#

Currently i have this json:

{
    "ResponseCode":200,
     "data":[
       "2016-08-05T15:49:15.157000+00:00",
       "SomeString",
        1230,
        9.025
    ]
}