PHP features multidimensional arrays, meaning an array that contains multiple arrays within it.
When working with JavaScript, how does one refer to an object that holds multiple objects? Is it called a multidimensional object or is there a different terminology for it?
And what about JSON? Can we say "multidimensional JSON" or is there a more appropriate term for this concept in the context of JSON?