调通
c#json转数组
c#json转数组string jsonText ="{'Total':'0','Rows':[{'id':'31','project':'6','project_name':'⼀卡通','name':'接⼝测试!','assignedTo':'zhangsan'," +"'realnam...
C#中将string类型的json字符串转化成数组
C#中将string类型的json字符串转化成数组添加引⽤using Newtonsoft.Json.Linq;using Newtonsoft.Json;using System.Collections.Generic;string jsonText = {"Total":"0","Rows":[{"id":"31","project":"6","project_name":"⼀卡通","nam...