real-estate.json
1.23 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
64
65
66
67
68
69
70
71
72
[
{
"id": 0,
"type": "아파트",
"picture": "images/apartment.jpg",
"area": "85A/59",
"price": 1.23
},
{
"id": 1,
"type": "연립주택",
"picture": "images/townhouse.jpg",
"area": "115/76",
"price": 1.56
},
{
"id": 2,
"type": "하우스",
"picture": "images/house.jpg",
"area": "204/72",
"price": 2.74
},
{
"id": 3,
"type": "하우스",
"picture": "images/house.jpg",
"area": "693/82",
"price": 1.87
},
{
"id": 4,
"type": "연립주택",
"picture": "images/townhouse.jpg",
"area": "46/45",
"price": 1.97
},
{
"id": 5,
"type": "아파트",
"picture": "images/apartment.jpg",
"area": "113A/84",
"price": 1.77
},
{
"id": 6,
"type": "아파트",
"picture": "images/apartment.jpg",
"area": "145/114",
"price": 2.12
},
{
"id": 7,
"type": "하우스",
"picture": "images/house.jpg",
"area": "430/92",
"price": 2.57
},
{
"id": 8,
"type": "아파트",
"picture": "images/apartment.jpg",
"area": "111B/84",
"price": 1.32
},
{
"id": 9,
"type": "연립주택",
"picture": "images/townhouse.jpg",
"area": "75/61",
"price": 1.11
}
]