Parse JSON query in C#
问题 I want to develop an website in C# that parses data from a JSON query in order to use them later. So far I have found all the libraries to use, but after many attempts parsing does not work and I would like your help please. I use visual studio 2010 professional. Here is the C# code. using System; using System.Collections.Generic; using System.Net; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Net.Json; using System.Text; using Newtonsoft.Json.Linq;