Description
While converting multi-dimensional list to array fails.
How to reproduce:
- Read 3 dimensional array like
Array(Array(Array(String)))
- Try to read value as list
The problem is that child array is created with wrong dimension and cannot be added to parent.