Since you are using newtonsoft, you can do this. ... string yourText = ""; JArray textArray = JArray.Parse(yourText); This will return an array of ...
確定! 回上一頁