-
Notifications
You must be signed in to change notification settings - Fork 0
/
Prova.json
70 lines (70 loc) · 1.72 KB
/
Prova.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
{
"library": [
{
"author": "Daniel Defoe",
"quantity": 2,
"title": "Robinson Crusoe",
"year": 1719
},
{
"author": "Jules Verne",
"quantity": 3,
"title": "Ventimila leghe sotto i mari",
"year": 1870
},
{
"author": "Harper Lee",
"quantity": 1,
"title": "Il buio oltre la siepe",
"year": 1960
},
{
"author": "Ernest Hemingway",
"quantity": 3,
"title": "Il vecchio e il mare",
"year": 1952
},
{
"author": "Jules Verne",
"quantity": 1,
"title": "Il giro del mondo in 80 giorni",
"year": 1872
},
{
"author": "Joseph Conrad",
"quantity": 1,
"title": "Cuore di tenebra",
"year": 1899
},
{
"author": "Joseph Conrad",
"quantity": 1,
"title": "Tifone",
"year": 1902
},
{
"author": "Alessandro Manzoni",
"quantity": 2,
"title": "I promessi sposi",
"year": 1827
},
{
"author": "Arthur Schopenhauer",
"quantity": 1,
"title": "Parerga e Paralipomena",
"year": 1851
},
{
"author": "Charles Dickens",
"quantity": 1,
"title": "Il natale da adulti",
"year": 1851
},
{
"author": "Jules Verne",
"quantity": 1,
"title": "Viaggio al centro della terra",
"year": 1864
}
]
}