-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
63 lines (62 loc) · 1.19 KB
/
data.json
File metadata and controls
63 lines (62 loc) · 1.19 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
53
54
55
56
57
58
59
60
61
62
63
[
{
"id":"1",
"name":"asdfa",
"coordinatesX":"810.0",
"coordinatesY":63456,
"creationDate":"2024-05-08",
"area":234,
"numberOfRooms":"567",
"balcony":true,
"timeToMetroOnFoot":"34576",
"view":"BAD",
"houseName":"11",
"houseYear":"44",
"houseNumberOfLifts":"66"
},
{
"id":"3",
"name":"asfas",
"coordinatesX":"42.0",
"coordinatesY":2312235,
"creationDate":"2024-05-08",
"area":53245,
"numberOfRooms":"11",
"balcony":false,
"timeToMetroOnFoot":"34575",
"view":"BAD",
"houseName":"3356sdg",
"houseYear":"453",
"houseNumberOfLifts":"11"
},
{
"id":"4",
"name":"999999999",
"coordinatesX":"815.0",
"coordinatesY":999999999,
"creationDate":"2024-05-08",
"area":999999999,
"numberOfRooms":"999999999",
"balcony":true,
"timeToMetroOnFoot":"999999999",
"view":"BAD",
"houseName":"999999999",
"houseYear":"999999999",
"houseNumberOfLifts":"999999999"
},
{
"id":"2",
"name":"add",
"coordinatesX":"43.0",
"coordinatesY":12343,
"creationDate":"2024-05-08",
"area":2345,
"numberOfRooms":"457745",
"balcony":false,
"timeToMetroOnFoot":"33524",
"view":"PARK",
"houseName":"123",
"houseYear":"55",
"houseNumberOfLifts":"44"
}
]