Can not deserialize instance of Object out of START_ARRAY token
问题 I have two object one is Dashboard and second is Room i have a json which is look like this { "hotel_id":"1", "hotel_room":"200", "hotel_properties":[{ "id":"1", "room_type":"Single", "rack_rate":"2000", "publish_rate":"1800", "discount":"10", "availiable":"40", "total":"50" }, { "id":"2", "room_type":"Double", "rack_rate":"4000", "publish_rate":"3600", "discount":"10", "availiable":"45", "total":"50" } ] } And the Object is public class DashBoard { private int hotel_id; private int hotel