-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
37 lines (37 loc) · 822 Bytes
/
db.json
File metadata and controls
37 lines (37 loc) · 822 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
{
"accounts": [
{
"username": "me1",
"password": "me1p",
"email": "me1@mcode.com",
"balance": 1110.11,
"created": "2022-5-4 16:56:13.775",
"transactions": [
{
"type": "DEPOSIT",
"amount": 1110.11,
"balance": 1110.11,
"timeStamp": "2022-5-4 16:56:13.776"
},
{
"type": "LEDGER",
"amount": 0,
"balance": 1110.11,
"timeStamp": "2022-5-4 16:56:19.837"
},
{
"type": "LEDGER",
"amount": 0,
"balance": 1110.11,
"timeStamp": "2022-8-29 13:19:14.618"
},
{
"type": "LEDGER",
"amount": 0,
"balance": 1110.11,
"timeStamp": "2022-8-29 13:20:22.158"
}
]
}
]
}