-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbd.json
44 lines (44 loc) · 1.26 KB
/
bd.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
{
"bd": [
{
"title": "Harry Potter and the Philosopher's Stone",
"auteur_name": "J. K. Rowling",
"isbn": "9780613206334",
"first_publish_year": 1997,
"language": "fr",
"code_barre": "435456657",
"prix": 54.78,
"stock": 1
},
{
"title": "The Catcher in the Rye",
"auteur_name": "J.D. Salinger",
"isbn": "346347643234",
"first_publish_year": 1999,
"language": "fr",
"code_barre": "124345367575",
"prix": 435.78,
"stock": 1
},
{
"title": "The Catcher in the Rye",
"auteur_name": "J.D. Salinger",
"isbn": "3463476434",
"first_publish_year": 2034,
"language": "en",
"code_barre": "124345575",
"prix": 435.78,
"stock": 1
},
{
"title": "Harry Potter and the Philosopher's Stone",
"auteur_name": "J. K. Rowling",
"isbn": "9780613206334",
"first_publish_year": 1997,
"language": "fr",
"code_barre": "325314",
"prix": 45.78,
"stock": 1
}
]
}