Hi,
I would really appreciate some help on the best way forward with WPF and JSON. Is there any way to query the JSON response below using LINQ?
{
"code": "/api/status/ok",
"result": [
{
"id": "/en/exxonmobil",
"industry": "Petroleum",
"name": "Exxon Mobil",
"type": "/business/company"
},
{
"id": "/en/mobil",
"industry": "Petroleum",
"name": "Mobil 1",
"type": "/business/company"
},
{
"id": "/en/standard_oil",
"industry": "Petroleum",
"name": "Standard Oil",
"type": "/business/company"
},
],
"status": "200 OK",
"transaction_id": "cache;cache03.p01.sjc1:8101;2009-07-03T12:26:57Z;0011"
}
Any help appreciated