c# json字符串转数组

JArray jo = (JArray)JsonConvert.DeserializeObject("这里是json字符串");

  

原文地址:https://www.cnblogs.com/lbonet/p/10968180.html