1
對於此代碼:Newtonsoft.Json,路徑返回多個令牌
JObject o = JObject.Parse(jsStr);
var sel = o.SelectToken(".items[*].owner");
其中jsStr
是https://api.github.com/search/repositories?q=Newtonsoft.Json&sort=stars&order=desc
內容我會得到的
Path returned multiple tokens.
錯誤如何讓它工作?
謝謝!請參閱http://stackoverflow.com/questions/42304105/。謝謝。 – xpt