I'm trying to use a JSON response object that is ordered by email to populate a select box, but JQuery seems to be changing the type of the key from text to integer, thus re-ordering the response object by the now numeric index, screwing up the order of the select box.I'm trying to use a JSON response object that i