I have problems parsing some JSON data:
{ \"title\": \"LED SIDE DIRECTION INDICATOR 9-33V CATEGORY 6, 19cm CABLE CHROME BASE LED AUTO LAMPS\", \"us
This works with your json
var dict = new JavaScriptSerializer().Deserialize>(testJson); Console.WriteLine(dict["url"]); var price = (Dictionary)dict["user_price"]; Console.WriteLine(price["inc_tax_value"]);