Home › Forums › JavaScript › serialize 2 dimensional array › Reply To: serialize 2 dimensional array
November 16, 2016 at 2:18 pm
#247933
Participant
You’d need some way to reconstruct the array without losing the dimensionality though— you can’t do that if you just concatenate everything.