-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
40 lines (40 loc) · 832 Bytes
/
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
{
"notes": [
{
"id": 1,
"content": "HTML is easy",
"date": "2019-05-30T17:30:31.098Z",
"important": false
},
{
"id": 2,
"content": "Browser can execute only JavaScript",
"date": "2019-05-30T18:39:34.091Z",
"important": false
},
{
"id": 3,
"content": "GET and POST are the most important methods of HTTP protocol",
"date": "2019-05-30T19:20:14.298Z",
"important": true
},
{
"content": "123",
"date": "2020-08-08T02:38:36.307Z",
"important": true,
"id": 4
},
{
"content": "Oscar",
"date": "2020-08-08T03:18:22.843Z",
"important": true,
"id": 5
},
{
"content": "Joseph",
"date": "2020-08-08T03:21:19.010Z",
"important": true,
"id": 6
}
]
}