-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
12 lines (12 loc) · 756 Bytes
/
data.json
File metadata and controls
12 lines (12 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
{
"1": {"name": "Product 1", "description": "Description 1", "price": 10},
"2": {"name": "Product 2", "description": "Description 2", "price": 20},
"3": {"name": "Product 3", "description": "Description 3", "price": 30},
"4": {"name": "Product 4", "description": "Description 4", "price": 40},
"5": {"name": "Product 5", "description": "Description 5", "price": 50},
"6": {"name": "Product 6", "description": "Description 6", "price": 60},
"7": {"name": "Product 7", "description": "Description 7", "price": 70},
"8": {"name": "Product 8", "description": "Description 8", "price": 80},
"9": {"name": "Product 9", "description": "Description 9", "price": 90},
"10": {"name": "Product 10", "description": "Description 10", "price": 100}
}