Knapsack: Fix empty list of items

Asking for another three approvals in the problem-specifications repo.

The knapsack exercise has an empty object {} instead of an empty list [] for the “no items” test case. This tripped up my test case generator / template.

PR: