Home › Forums › JavaScript › serialize 2 dimensional array › Reply To: serialize 2 dimensional array
November 16, 2016 at 2:39 pm
#247934
Participant
On the basis of the question I was assuming only serialisation of all the containing elements was needed. If it should be deserialised including inner structure again, JSON.stringify
and JSON.parse
would of course be more appropriate.