-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
40 lines (40 loc) · 1.02 KB
/
db.json
File metadata and controls
40 lines (40 loc) · 1.02 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
{
"transactions": [
{
"id": "6090b05572a290d80d58a8e2",
"details": "Best Buy Inc.",
"timestamp": "2021-01-26T01:43:09+00:00",
"categoryCode": "114",
"merchantType": "GENERAL RETAIL GOODS",
"amount": "$13.91",
"txnType": "db"
},
{
"id": "6090b055f02c223d5db086ec",
"details": "Sweet Tomatoes",
"timestamp": "2021-01-03T22:44:57+00:00",
"categoryCode": "122",
"merchantType": "RESTAURANTS",
"amount": "$90.02",
"txnType": "db"
},
{
"id": "6090b05574250b13efa4993c",
"details": "Sweet Tomatoes",
"timestamp": "2021-04-15T14:30:49+00:00",
"categoryCode": "122",
"merchantType": "RESTAURANTS",
"amount": "$22.17",
"txnType": "db"
},
{
"id": "6090b055db6ce648551df53b",
"details": "Best Buy Inc.",
"timestamp": "2021-01-30T00:03:13+00:00",
"categoryCode": "114",
"merchantType": "GENERAL RETAIL GOODS",
"amount": "$76.59",
"txnType": "db"
}
]
}