Nested Arrays
An array where each element is another array or an object.
Nested arrays include both arrays of arrays (such as
foo[0][1]) and arrays of objects
(such as users[0].username). Use
objectArray:eval() to work with arrays of
arrays and arrays of objects, and
array:eval() for flat arrays.