it seems that the answer is floating somewhere on the surface, but I can’t figure it out for an hour ...
in general, there is ajax function that returns a set of objects (the number of objects is always different), each of which has an array with elements (the number of elements is also always different).
As a result, there are two objects A (i, j, k), B (o, t, p), the result should look like this:
io
it
ip
jo
jt
jp
ko
kt
kp
thanks in advance