JObject o = JObject.Parse(Response_Content); JToken i = o.SelectToken("$..issues[*].key"); and then split the token or use foreach to put ...
確定! 回上一頁