File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "events" : [
3
+ {
4
+ "id" : 123 ,
5
+ "category" : " animal welfare" ,
6
+ "title" : " Cat Adoption Day" ,
7
+ "description" : " Find your new feline friend at this event." ,
8
+ "location" : " Meow Town" ,
9
+ "date" : " January 28, 2022" ,
10
+ "time" : " 12:00" ,
11
+ "organizer" : " Kat Laydee"
12
+ },
13
+ {
14
+ "id" : 456 ,
15
+ "category" : " food" ,
16
+ "title" : " Community Gardening" ,
17
+ "description" : " Join us as we tend to the community edible plants." ,
18
+ "location" : " Flora City" ,
19
+ "date" : " March 14, 2022" ,
20
+ "time" : " 10:00" ,
21
+ "organizer" : " Fern Pollin"
22
+ },
23
+ {
24
+ "id" : 789 ,
25
+ "category" : " sustainability" ,
26
+ "title" : " Beach Cleanup" ,
27
+ "description" : " Help pick up trash along the shore." ,
28
+ "location" : " Playa Del Carmen" ,
29
+ "date" : " July 22, 2022" ,
30
+ "time" : " 11:00" ,
31
+ "organizer" : " Carey Wales"
32
+ }
33
+ ]
34
+ }
You can’t perform that action at this time.
0 commit comments