Parsing JSONObject
I am trying to GET JSON From a webservice , which i was able to figure out . BTW This was my JSON Data - { "X-YZ-111/AB.CD": { "P1": "F", "P2": "43.46" }, "X-YZ-112/AB.CD": { "P1": "F", "P2": "8.02" }, "X-YZ-113/AB.CD": { "P1": "F", "P2": "9066.58" }, "X-YZ-114/AB.CD": { "P1": "F", "P2": "6.00" }, "X-YZ-115/AB.CD": { "P1": "F", "P2": "6.00" }, "X-YZ-116/AB.CD": { "P1": "F", "P2": "10.00" }} Using Windows.Data.Json; private async void getJSON_click(object sender,RoutedEventArgs e) { var client=new HttpClient(); client.MaxResponseBufferSize=1024*1024; var response= await Client.GetAsync(new Uri