Posted on: 4/16/2015 11:15:10 AM | Views : 635

Hi All,
I want to deserialize the json data and bind the data in to gridview
Below is my json data:
{    "success": true,    "data": {       "2015-06-01": {          "origin": "MOW",          "destination": "BCN",          "price": 12449,          "transfers": 1,          "airline": "PS",          "flight_number": 576,          "departure_at": "2015-06-01T06:35:00Z",          "return_at&quo ...

Go to the complete details ...