Hi guys,
Thanks for the replies. VBA-JSON seems to be doing its job, at least in my case; if I run it with a watch on item("csv"), all the values are there.
Also, by adding this nested loop, as Cronk suggested:
i = 1
j = 1
For Each subitem In item("csv")...