Good day, experts! A multidimensional array in JSON (ajax) comes from the server. I bring it to the console, it looks like this:
[[["Овечка12"],["Овечка13"],["Овечка14"]],[["Овечка15"],["Овечка16"],["Овечка17"]],[["Овечка18"],["Овечка19"],["Овечка20"]],[["Овечка21"]]]
How to get to his items? Tried like this:
data[0][0][i] data[0][1][i] data[0][2][i] data[0][3][i]
I tried to sort through the loop, but without success. Direct, please, on the true path, amateur ...