Spaces:
Sleeping
Sleeping
Update data.json
Browse files
data.json
CHANGED
|
@@ -1,7 +1,21 @@
|
|
| 1 |
{
|
| 2 |
"expenses": [],
|
| 3 |
-
"
|
| 4 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"reminders": [],
|
| 6 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"expenses": [],
|
| 3 |
+
"budget": 0,
|
| 4 |
+
"savings": 0,
|
| 5 |
+
"goals": {
|
| 6 |
+
"monthly": 0,
|
| 7 |
+
"target": 0
|
| 8 |
+
},
|
| 9 |
+
"badges": {
|
| 10 |
+
"bronze": 0,
|
| 11 |
+
"silver": 0,
|
| 12 |
+
"gold": 0
|
| 13 |
+
},
|
| 14 |
"reminders": [],
|
| 15 |
+
"receipts": [],
|
| 16 |
+
"currency": "USD",
|
| 17 |
+
"analytics": {
|
| 18 |
+
"weekend_spending": 0,
|
| 19 |
+
"highest_category": ""
|
| 20 |
+
}
|
| 21 |
}
|