Nikhil0987 commited on
Commit
b55b0cf
·
verified ·
1 Parent(s): 3c67127

Update test.json

Browse files
Files changed (1) hide show
  1. test.json +7 -3
test.json CHANGED
@@ -1,8 +1,12 @@
1
  {
2
- "new_data": [
3
  {
4
- "goal":
5
-
 
 
 
 
6
  }
7
  ]
8
  }
 
1
  {
2
+ "goals": [
3
  {
4
+ "goal": "Learn a new language",
5
+ "reminder": "Practice for 30 minutes daily"
6
+ },
7
+ {
8
+ "goal": "Exercise more",
9
+ "reminder": "Go for a run 3 times a week"
10
  }
11
  ]
12
  }