-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.json
More file actions
60 lines (60 loc) · 821 Bytes
/
input.json
File metadata and controls
60 lines (60 loc) · 821 Bytes
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
{
"items": [
{
"id": "cat",
"value": 100,
"weight": 20
},
{
"id": "dog",
"value": 20,
"weight": 45
},
{
"id": "water",
"value": 40,
"weight": 2
},
{
"id": "phone",
"value": 6,
"weight": 1
},
{
"id": "book",
"value": 63,
"weight": 10
},
{
"id": "rx",
"value": 81,
"weight": 1
},
{
"id": "tablet",
"value": 28,
"weight": 8
},
{
"id": "coat",
"value": 44,
"weight": 9
},
{
"id": "laptop",
"value": 51,
"weight": 13
},
{
"id": "keys",
"value": 92,
"weight": 1
},
{
"id": "nuts",
"value": 18,
"weight": 4
}
],
"weight_capacity": 50
}