forked from typicode/demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
21 lines (21 loc) · 1.03 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"Store1": [
{ "id": 1, "ProductName": "Melkesjokolade", "Supplier": "Freia", "Price": 42},
{ "id": 2, "ProductName": "Lett Melk", "Supplier": "Q-Meieriene", "Price": 23},
{ "id": 3, "ProductName": "Lett Melk", "Supplier": "Tine", "Price": 24},
{ "id": 4, "ProductName": "Pilsner", "Supplier": "CB", "Price": 25},
{ "id": 5, "ProductName": "Lyspære 10W", "Supplier": "Osram", "Price": 23},
{ "id": 6, "ProductName": "Grandiosa", "Supplier": "Stabburet", "Price": 45}
],
"Store2": [
{ "id": 1, "ProductName": "Melkesjokolade", "Supplier": "Freia", "Price": 39 },
{ "id": 2, "ProductName": "Lett Melk", "Supplier": "Q-Meieriene", "Price": 24 },
{ "id": 3, "ProductName": "Lett Melk", "Supplier": "Tine", "Price": 25 },
{ "id": 4, "ProductName": "Pilsner", "Supplier": "CB", "Price": 24 },
{ "id": 5, "ProductName": "Lyspære 10W", "Supplier": "Osram", "Price": 25 },
{ "id": 6, "ProductName": "Grandiosa", "Supplier": "Stabburet", "Price": 59 }
],
"profile": {
"name": "typicode"
}
}