-
Notifications
You must be signed in to change notification settings - Fork 0
/
bids.json
88 lines (88 loc) · 1.42 KB
/
bids.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
{
"bids": [
{
"id": 1,
"houseId": 1,
"bidder": "Sonia Reading",
"amount": 200000
},
{
"id": 2,
"houseId": 1,
"bidder": "Dick Johnson",
"amount": 202400
},
{
"id": 3,
"houseId": 2,
"bidder": "Mohammed Vahls",
"amount": 302400
},
{
"id": 4,
"houseId": 2,
"bidder": "Jane Williams",
"amount": 310500
},
{
"id": 5,
"houseId": 2,
"bidder": "John Kepler",
"amount": 315400
},
{
"id": 6,
"houseId": 3,
"bidder": "Bill Mentor",
"amount": 201000
},
{
"id": 7,
"houseId": 4,
"bidder": "Melissa Kirk",
"amount": 410000
},
{
"id": 8,
"houseId": 4,
"bidder": "Scott Max",
"amount": 450000
},
{
"id": 9,
"houseId": 4,
"bidder": "Christine James",
"amount": 470000
},
{
"id": 10,
"houseId": 5,
"bidder": "Omesh Carim",
"amount": 450000
},
{
"id": 11,
"houseId": 5,
"bidder": "Charlotte Max",
"amount": 150000
},
{
"id": 12,
"houseId": 5,
"bidder": "Marcus Scott",
"amount": 170000
},
{
"houseId": 1,
"bidder": "Roland",
"amount": 203000,
"id": 13
},
{
"houseId": 2,
"bidder": "Tyler",
"amount": 10,
"id": 14
}
]
}