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
Or try defining the array as an object. (var cars = {};) Then there is no need to convert to json. This might not be practical in your example but worked well for me.