-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexpenses.json
More file actions
100 lines (100 loc) · 1.56 KB
/
expenses.json
File metadata and controls
100 lines (100 loc) · 1.56 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[
{
"id": 1,
"amount": 1200.0,
"date": "2025-10-04",
"note": "train",
"category": "travel"
},
{
"id": 2,
"amount": 3000.0,
"date": "2015-09-21",
"note": "walmart",
"category": "shopping"
},
{
"id": 3,
"amount": 7.0,
"date": "2005-10-7",
"note": "happy birthday",
"category": "event"
},
{
"id": 4,
"amount": 999.0,
"date": "2025-08-21",
"note": "hobby",
"category": "bb"
},
{
"id": 5,
"amount": 111.0,
"date": "2015-03-9",
"note": "hh",
"category": "2"
},
{
"id": 6,
"amount": 55.0,
"date": "2015-09-8",
"note": "hello",
"category": "kitchen"
},
{
"id": 7,
"amount": 55.0,
"date": "2018-7-3",
"note": "extra",
"category": "cvh"
},
{
"id": 8,
"amount": 557.0,
"date": "2019-5-4",
"note": "app",
"category": "webb"
},
{
"id": 9,
"amount": 345.0,
"date": "1999-9-19",
"note": "old journal",
"category": "magzines"
},
{
"id": 10,
"amount": 456.0,
"date": "2000-5-3",
"note": "goat",
"category": "animal"
},
{
"id": 11,
"amount": 789.0,
"date": "2024-5-17",
"note": "note",
"category": "group"
},
{
"id": 13,
"amount": 666.0,
"date": "2003-4-4",
"note": "yes sir",
"category": "org."
},
{
"id": 14,
"amount": 90.0,
"date": "2005-8-9",
"note": "hg",
"category": "hb"
},
{
"id": 15,
"amount": 5790.0,
"date": "2008-02-29",
"note": "mumbai",
"category": "places"
}
]