-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdata.json
More file actions
64 lines (48 loc) · 950 Bytes
/
data.json
File metadata and controls
64 lines (48 loc) · 950 Bytes
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
[
{
"investor_id": 1,
"project_id": 8,
"date": "1/1/2016",
"Submitted_by": {
"member_1" : "member 1",
"member_2" : "member 2"
},
"Item":{
"item_1" : "phone",
"item_2" : "lap"
},
"Amount": {
"Amount_1" : "100 $",
"Amount_2" : "200 $"
},
"investor": "user 1 " ,
"amount": {
"amount_1" : "30 $",
"amount_2" : "150 $"
},
"investor_date": "4/4/2016"
},
{
"investor_id": 2,
"project_id": 10,
"date": "4/1/2016",
"Submitted_by": {
"member_1" : "member 1",
"member_2" : "member 3"
},
"Item":{
"item_1" : "mobile",
"item_2" : "ipad"
},
"Amount": {
"Amount_1" : "300 $",
"Amount_2" : "400 $"
},
"investor": "user 2" ,
"amount": {
"amount_1" : "200 $",
"amount_2" : "150 $"
},
"investor_date": "9/4/2016"
}
]