json

Json code posted by ehebey
created at 11 Oct 11:11

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
    "hotels": [
        {
            "address": {
                "city": "Izmir",
                "country": "Turkey",
                "neighborhood": "Alacati",
                "state": null,
                "street": "Mithatpasa Cad.",
                "town": "Cesme"
            },
            "averagePrice": null,
            "category": "HOTEL",
            "coordinates": null,
            "description": null,
            "doubleRooms": 0,
            "email": "info@adacati.com",
            "hotelAmenities": null,
            "id": 23859,
            "images": null,
            "name": "Adacati Guesthouse",
            "phone": {
                "areaCode": "232",
                "countryCode": "90",
                "phoneNumber": "716 7763"
            },
            "quadRooms": 0,
            "rating": null,
            "singleRooms": 0,
            "suites": 0,
            "totalRooms": 0,
            "tripleRooms": 0,
            "website": "http://www.adacati.com"
        }
    ],
    "totalEnterpriseCount": 0
}
1.05 KB in 5 ms with coderay