You can cast JToken to JObject and do this: string ver = ((JObject)token).GetValue("version", StringComparison.OrdinalIgnoreCase)?.Value<string>(); ...
確定! 回上一頁