Hi I have a JSON object, which is a 2-dimensional array, and I need to pass it to PHP using Ajax.Request (only as I know) .... Right now I am manually serializing my array using the js function ... and get the data in this format: s [] = 1 & d [] = 3 & [] = 4, etc. .....
my question is: is there a way to pass a JSON object more directly / efficiently? .. instead of serializing it?
Thanks for any suggestions, Andrew
Andrew
source share