-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
46 lines (46 loc) · 838 Bytes
/
Copy pathdb.json
File metadata and controls
46 lines (46 loc) · 838 Bytes
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
{
"notes": [
{
"id": "1",
"content": "HTML is easy",
"important": true
},
{
"id": "2",
"content": "Browser can execute only JavaScript",
"important": false
},
{
"id": "3",
"content": "GET and POST are the most important methods of HTTP protocol",
"important": true
},
{
"id": "dc98",
"content": "React is fun",
"important": false
}
],
"phonebook": [
{
"name": "Dan Abramov",
"number": "12-43-234345",
"id": "3"
},
{
"name": "Mary Poppendieck",
"number": "39-23-6423122",
"id": "4"
},
{
"id": "7434",
"name": "Arto Hellas",
"number": "0921 678 2345"
},
{
"id": "3469",
"name": "Ada Lovelace",
"number": "0930 285 744"
}
]
}