-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdb.json
125 lines (125 loc) · 2.31 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"products": [
{
"id": 1,
"title": "Prod 1",
"desc": "Description of product 1",
"price": 20
},
{
"id": 2,
"title": "Prod 2",
"desc": "Description of product 2",
"price": 20
},
{
"id": 3,
"title": "Prod 3",
"desc": "Description of product 3",
"price": 20
},
{
"id": 4,
"title": "Prod 4",
"desc": "Description of product 4",
"price": 20
},
{
"id": 5,
"title": "Prod 5",
"desc": "Description of product 5",
"price": 20
},
{
"id": 6,
"title": "Prod 6",
"desc": "Description of product 6",
"price": 20
},
{
"id": 7,
"title": "Prod 7",
"desc": "Description of product 7",
"price": 20
},
{
"id": 8,
"title": "Prod 8",
"desc": "Description of product 8",
"price": 20
},
{
"id": 9,
"title": "Prod 9",
"desc": "Description of product 9",
"price": 20
},
{
"id": 10,
"title": "Prod 10",
"desc": "Description of product 10",
"price": 20
},
{
"id": 11,
"title": "Prod 11",
"desc": "Description of product 11",
"price": 20
},
{
"id": 12,
"title": "Prod 12",
"desc": "Description of product 12",
"price": 20
},
{
"id": 13,
"title": "Prod 13",
"desc": "Description of product 13",
"price": 20
},
{
"id": 14,
"title": "Prod 14",
"desc": "Description of product 14",
"price": 20
},
{
"id": 15,
"title": "Prod 15",
"desc": "Description of product 15",
"price": 20
},
{
"id": 16,
"title": "Prod 16",
"desc": "Description of product 16",
"price": 20
},
{
"id": 17,
"title": "Prod 17",
"desc": "Description of product 17",
"price": 20
},
{
"id": 18,
"title": "Prod 18",
"desc": "Description of product 18",
"price": 20
},
{
"id": 19,
"title": "Prod 19",
"desc": "Description of product 19",
"price": 20
},
{
"id": 20,
"title": "Prod 20",
"desc": "Description of product 20",
"price": 20
}
],
"about": { "text": "This is some about text" }
}