-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
52 lines (52 loc) · 1.13 KB
/
db.json
File metadata and controls
52 lines (52 loc) · 1.13 KB
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
{
"explore": [
{
"image": "http://lorempixel.com/400/200/city/",
"price": "200000",
"bedrooms": 2,
"baths": 2,
"size": 843,
"address": "Zvecaj 8",
"city": "Zagreb",
"cityCode": 10000,
"country": "Croatia",
"isFavorite": true,
"location": {
"longitude": 15.976118,
"latitude": 45.855892
}
},
{
"image": "http://lorempixel.com/400/200/city/",
"price": "350000",
"bedrooms": 3,
"baths": 2,
"size": 500,
"address": "Vinogradska 15",
"city": "Zagreb",
"cityCode": 10000,
"country": "Croatia",
"isFavorite": true,
"location": {
"longitude": 15.966568,
"latitude": 45.815399
}
},
{
"image": "http://lorempixel.com/400/200/city/",
"price": "450000",
"bedrooms": 2,
"baths": 1,
"size": 150,
"address": "Markusevecka Cesta 1",
"city": "Zagreb",
"cityCode": 10000,
"country": "Croatia",
"isFavorite": true,
"location": {
"longitude": 15.988262,
"latitude": 45.862744
}
}
]
}