patrys/httmock

`response` function only treats `dict` as JSON, not `list`.

xrotwang opened this issue · 0 comments

While the JSON spec also allows arrays as top-level contructs, the httmock.response does only provide support for objects, i.e. python dicts.