-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
39 lines (39 loc) · 886 Bytes
/
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
{
"articles": [
{
"reference": "blabla",
"date": "2023-02-16T23:00:00.000Z",
"quantite": 3,
"commentaire": "comment",
"id": 1
},
{
"reference": "http://cokeurl.com/q/2017-00828 text",
"date": "2023-02-18T23:00:00.000Z",
"quantite": 2,
"commentaire": "comm2",
"id": 3
},
{
"reference": "http://cokeurl.com/q/2017-00828 ",
"date": "2023-02-18T23:00:00.000Z",
"quantite": 2,
"commentaire": "comm6",
"id": 7
},
{
"reference": "http://cokeurl.com/q/2017-00828",
"date": "2023-02-18T23:00:00.000Z",
"quantite": 4,
"commentaire": "commmmm",
"id": 9
},
{
"reference": "http://cokeurl.com/q/2017-00828",
"date": "2023-02-19T23:00:00.000Z",
"quantite": 1,
"commentaire": "test 20/02/23",
"id": 10
}
]
}