将字符串转换成C#认可的对象,有键值对的对象

var resobj = Newtonsoft.Json.JsonConvert.DeserializeObject<Newtonsoft.Json.Linq.JArray>(result1);