c# json字符串转数组

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