jsonの応答の下でこれを解析する方法。私は予約アプリを開発しています。私はサーバから得た応答がjsonの応答を解析する方法android
{"HotelInformationResponse": {
"@hotelId": "210985",
"customerSessionId": "0ABAA826-9AAF-5791-3692-A03326791310",
"HotelSummary": {
"@order": "0",
"hotelId": 210985,
"name": "Seattle Marriott Waterfront",
"address1": "2100 Alaskan Way",
"city": "Seattle",
"stateProvinceCode": "WA",
"postalCode": 98121,
"countryCode": "US",
"propertyCategory": 1,
"hotelRating": 4,
"tripAdvisorRating": 4,
"locationDescription": "Near Seattle Aquarium",
"highRate": 645,
"lowRate": 279,
"latitude": 47.61016,
"longitude": -122.34651
},
"HotelDetails": {
"numberOfRooms": 358,
"numberOfFloors": 8,
"checkInTime": "4:00 PM",
"checkOutTime": "12:00 PM",
"propertyInformation": "Pets not allowed Check-in time starts at 4 PM Check-out time is Noon ",
}
である任意の方法は、あなたがそれを手動で解析するJSONArrayとJSONObjectを使用することができ
http://stackoverflow.com/questions/2818697/sending- and-parsing-json-in-android –
JSONを使用していますか? – m0skit0