-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
102 lines (102 loc) · 2.65 KB
/
db.json
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
101
102
{
"assignments": [
{
"name": "Laoreet parturient rutrumz",
"complete": false,
"id": 1,
"tag": "math"
},
{
"name": "Maximus tortor egestas",
"complete": false,
"id": 2,
"tag": "science"
},
{
"name": "Ad nisl metus",
"complete": false,
"id": 3,
"tag": "math"
},
{
"name": "Per posuere arcu mauris",
"complete": true,
"id": 4,
"tag": "programming"
},
{
"name": "Molestie aenean tempor",
"complete": true,
"id": 4,
"tag": "science"
}
],
"books": [
{
"id": 1,
"title": "Infinite Jest",
"author": "David Foster Wallace",
"pages": 1200
},
{
"id": 2,
"title": "Viaggio al termine della notte",
"author": "Louis Ferdinand Celine",
"pages": 640
},
{
"id": 3,
"title": "Ubik",
"author": "Philip K Dick",
"pages": 185
},
{
"id": 4,
"title": "La mano",
"author": "Georges Simenon",
"pages": 150
}
],
"events": [
{
"id": 123,
"category": "animal welfare",
"title": "Cat Adoption Day",
"description": "Find your new feline friend at this event.",
"location": "Meow Town",
"date": "January 28, 2022",
"time": "12:00",
"organizer": "Kat Laydee"
},
{
"id": 456,
"category": "food",
"title": "Community Gardening",
"description": "Join us as we tend to the community edible plants.",
"location": "Flora City",
"date": "March 14, 2022",
"time": "10:00",
"organizer": "Fern Pollin"
},
{
"id": 789,
"category": "sustainability",
"title": "Beach Cleanup",
"description": "Help pick up trash along the shore.",
"location": "Playa Del Carmen",
"date": "July 22, 2022",
"time": "11:00",
"organizer": "Carey Wales"
},
{
"id": 1232,
"category": "food",
"title": "Pizza for Dummies",
"description": "Ad pretium aenean congue lobortis mollis.",
"location": "Monastero Bormida",
"date": "November 4, 2022",
"time": "18:00",
"organizer": "Avraham Abulafia"
}
]
}