Initializing an empty Julia array with unknown size

You can use Vector{Vector{Any}} then for the container, but more for clarity than for anything, since you are already getting Any from the data you are fetching.