-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlodgings.json
114 lines (114 loc) · 1.91 KB
/
lodgings.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[
{
"id": 0,
"name": "Lodging 1",
"description": "Description 1",
"price": 128.00,
"ownerID": 1
},
{
"id": 1,
"name": "Lodging 2",
"description": "Description 2",
"price": 128.00,
"ownerID": 1
},
{
"id": 2,
"name": "Lodging 3",
"description": "Description 3",
"price": 128.00,
"ownerID": 2
},
{
"id": 3,
"name": "Lodging 4",
"description": "Description 4",
"price": 128.00,
"ownerID": 3
},
{
"id": 4,
"name": "Lodging 5",
"description": "Description 5",
"price": 128.00,
"ownerID": 2
},
{
"id": 5,
"name": "Lodging 6",
"description": "Description 6",
"price": 128.00,
"ownerID": 3
},
{
"id": 6,
"name": "Lodging 7",
"description": "Description 7",
"price": 128.00,
"ownerID": 4
},
{
"id": 7,
"name": "Lodging 8",
"description": "Description 8",
"price": 128.00,
"ownerID": 5
},
{
"id": 8,
"name": "Lodging 9",
"description": "Description 9",
"price": 128.00,
"ownerID": 0
},
{
"id": 9,
"name": "Lodging 10",
"description": "Description 10",
"price": 128.00,
"ownerID": 0
},
{
"id": 10,
"name": "Lodging 11",
"description": "Description 11",
"price": 128.00,
"ownerID": 5
},
{
"id": 11,
"name": "Lodging 12",
"description": "Description 12",
"price": 128.00,
"ownerID": 0
},
{
"id": 12,
"name": "Lodging 13",
"description": "Description 13",
"price": 128.00,
"ownerID": 6
},
{
"id": 13,
"name": "Lodging 14",
"description": "Description 14",
"price": 128.00,
"ownerID": 7
},
{
"id": 14,
"name": "Lodging 15",
"description": "Description 15",
"price": 128.00,
"ownerID": 8
},
{
"id": 15,
"name": "Lodging 16",
"description": "Description 16",
"price": 128.00,
"ownerID": 8
}
]