-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
74 lines (74 loc) · 2.06 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
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
{
"news":[
{
"_id": "64c3b44e123f05bf69cecb2c",
"image": "http://placehold.it/32x32",
"price": 34,
"eyeColor": "brown",
"productName": "Renee",
"tating": "<ReferenceError: number is not defined>",
"email": "[email protected]",
"Status": "stock"
},
{
"_id": "64c3b44e833a80ed4d00f61a",
"image": "http://placehold.it/32x32",
"price": 37,
"eyeColor": "blue",
"productName": "Duke",
"tating": "<ReferenceError: number is not defined>",
"email": "[email protected]",
"Status": "out of stock"
},
{
"_id": "64c3b44e307e0d3a127802c4",
"image": "http://placehold.it/32x32",
"price": 23,
"eyeColor": "green",
"productName": "Silva",
"tating": "<ReferenceError: number is not defined>",
"email": "[email protected]",
"Status": "out of stock"
},
{
"_id": "64c3b44ecc7b896658fcfbf3",
"image": "http://placehold.it/32x32",
"price": 32,
"eyeColor": "brown",
"productName": "Hill",
"tating": "<ReferenceError: number is not defined>",
"email": "[email protected]",
"Status": "stock"
},
{
"_id": "64c3b44e73b97f2d28ac2a3e",
"image": "http://placehold.it/32x32",
"price": 25,
"eyeColor": "brown",
"productName": "Fisher",
"tating": "<ReferenceError: number is not defined>",
"email": "[email protected]",
"Status": "out of stock"
},
{
"_id": "64c3b44e6f10cebe5706a737",
"image": "http://placehold.it/32x32",
"price": 28,
"eyeColor": "blue",
"productName": "Tania",
"tating": "<ReferenceError: number is not defined>",
"email": "[email protected]",
"Status": "stock"
},
{
"_id": "64c3b44e07cdd832ac8f8d4e",
"image": "http://placehold.it/32x32",
"price": 23,
"eyeColor": "blue",
"productName": "Burke",
"tating": "<ReferenceError: number is not defined>",
"email": "[email protected]",
"Status": "stock"
}
]
}