so I put in this json: ``` { "Inventory": [ ...
# http4k
c
so I put in this json:
Copy code
{
  "Inventory": [
    {
      "Widgets": [
        {
          "name": "foo",
          "value": 2
        }
      ]
    }
  ],
  "Other": [
    "apple",
    "orange"
  ]
}