-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
45 lines (44 loc) · 1.38 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
{
"libros": [
{
"id": 1,
"titulo":"Ejemplo1",
"portada":"https://png.pngtree.com/png-clipart/20190516/original/pngtree-question-mark-speech-bubble-dialog-cartoon-hand-drawn-illustration-png-image_3945673.jpg",
"autores":"Alguien",
"encuadernacion":"Ebook",
"isbn":"1234567891234",
"fPublicacion":"2/1/2019",
"sinopsis":"No hay mucho que contar",
"npaginas":100,
"precio":10.00,
"editorial":"Anaya",
"formato":"fisico"
},{
"id": 2,
"titulo":"Daniel Hernandez Pancorbo",
"portada":"https://pm1.narvii.com/6364/78af72b457e86dd3d90ede0c328015587f330a9c_128.jpg",
"autores":"Él mismo",
"encuadernacion":"Ebook",
"isbn":"4321987654321",
"fPublicacion":"2/12/2019",
"sinopsis":"Es el niño rata de la programación",
"npaginas":1000,
"precio":1.5,
"editorial":"Anaya",
"formato":"fisico"
},{
"id": 3,
"titulo":"Jaen Paraiso Interior",
"portada":"https://pbs.twimg.com/profile_images/1199253177557823489/2WdJSsSn_400x400.jpg",
"autores":"Nicolas Sabariego",
"encuadernacion":"Ebook",
"isbn":"4444444444444",
"fPublicacion":"1/1/1987",
"sinopsis":"El mejor equipo de futbol sala de andalucia",
"npaginas":1000,
"precio":1000000,
"editorial":"Anaya",
"formato":"fisico"
}
]
}