Deserializing JSON result with Json & JavaScriptSerializer
here's my problem: I'm trying to deserialize json that hasn't been done by me. The format of the json is as follows: {"responseId":1200, "availableHotels":[ {"processId":"HA-84665605","hotelCode":"UKKTLT","availabilityStatus":"InstantConfirmation",...}, {"processId":"HA-28600965","hotelCode":"UKKTLT","availabilityStatus":"InstantConfirmation",...}, {"processId":"HI-63991185","hotelCode":"UKJOVF","availabilityStatus":"InstantConfirmation",...} ], "totalFound":9, "searchId":"TP-84026455"} And the following classes: getAvailableHotelResponse w/properties: hotelObj availableHotels int totalFound