-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
74 lines (65 loc) · 1.84 KB
/
data.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
{
"authors":
{
"author1": {
"name": "Colleen Hoover",
"birthYear": 1965,
"nationality": "American",
"books": {
"book1": {
"title": "It Ends With Us",
"publishedYear": 2016
},
"book2": {
"title": "Verity",
"publishedYear": 2018
}
}
},
"author2": {
"name": "Ali Hazelwood",
"birthYear": 1990,
"nationality": "American",
"books": {
"book1": {
"title": "Love on the Brain",
"publishedYear": 2021
},
"book2": {
"title": "Love, Theoretically",
"publishedYear": 2017
}
}
},
"author3": {
"name": "George Orwell",
"birthYear": 1903,
"nationality": "British",
"books": {
"book1": {
"title": "1984",
"publishedYear": 1949
},
"book2": {
"title": "Animal Farm",
"publishedYear": 1945
}
}
},
"author4":{
"name": "Taylor Jenkins Reid",
"birthYear": 1983,
"nationality": "American",
"books":{
"book1":{
"title": "The Seven Husbands of Evelyn Hugo",
"publishedYear": 2021
},
"book2": {
"title": "Malibu Rising",
"pulishedYear": 2021
}
}
}
}
}