forked from typicode/demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
28 lines (27 loc) · 1.42 KB
/
db.json
File metadata and controls
28 lines (27 loc) · 1.42 KB
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
{
"posts": [
{ "id": 1, "title": "Post 1" },
{ "id": 2, "title": "Post 2" },
{ "id": 3, "title": "Post 3" }
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 1 },
{ "id": 2, "body": "some comment", "postId": 1 }
],
"profile": {
"name": "typicode"
}
"Endpoint" : {
"rows":
[{artnr: 123, benamning: 'T-shirt', storlek: 'XL', antal: 32, minantal: 2, maxantal: 32, omsattning: 10},
{artnr: 123, benamning: 'T-shirt', storlek: 'XL', antal: 32, minantal: 4, maxantal: 24, omsattning: 10},
{artnr: 123, benamning: 'T-shirt', storlek: 'XL', antal: 32, minantal: 8, maxantal: 25, omsattning: 10},
{artnr: 123, benamning: 'T-shirt', storlek: 'XL', antal: 32, minantal: 9, maxantal: 26, omsattning: 10},
{artnr: 123, benamning: 'T-shirt', storlek: 'XL', antal: 32, minantal: 7, maxantal: 21, omsattning: 10},
{artnr: 123, benamning: 'T-shirt', storlek: 'XL', antal: 32, minantal: 12, maxantal: 16, omsattning: 10},
{artnr: 123, benamning: 'T-shirt', storlek: 'XL', antal: 32, minantal: 1, maxantal: 17, omsattning: 10},
{artnr: 123, benamning: 'T-shirt', storlek: 'XL', antal: 32, minantal: 9, maxantal: 10, omsattning: 10},
{artnr: 123, benamning: 'T-shirt', storlek: 'XL', antal: 32, minantal: 20, maxantal: 30, omsattning: 10},
{artnr: 123, benamning: 'T-shirt', storlek: 'XL', antal: 32, minantal: 8, maxantal: 28, omsattning: 10}]
}
}