Supports 1D, 2D, and 3D arrays (e.g. [[1,2,3],[4,5,6]] or [[[...]]]). Trailing commas and whitespace are OK.
[[1,2,3],[4,5,6]]
[[[...]]]
np.array([...])