I have an Array var cars = [2,3,..] which holds a few integers.
I’ve added a few values to the array, but I now need to send this array to a page via jQuery’s .get method. How can I convert it to a JSON object for sending?

12 Answers
12

Leave a Reply

Your email address will not be published. Required fields are marked *