A quick question. I need to submit an array of object to the server as POST, but not an ajax request. I build the data through javascript, and not part of a form. I could think about an option, by creating a mock form with a submit button, and send the data as json. IS there a better way. Is there a native jQuery JSON encoder available? or is there a better way. I see serialize interface, but it may be difficult parse the string at the server, JSON is easier.
thanks,
bsr.