using Newtonsoft.Json.Linq;
public static void Main()
var cl = new WebClient();
var rawJson = cl.DownloadString(@"http://steamcommunity.com/id/sum42/inventory/json/730/2");
var token = JObject.Parse(rawJson).SelectTokens("$.rgDescriptions.*.descriptions[5].value");
Console.WriteLine(t.ToString());