Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How can I prevent jQuery's $.getJSON from converting my ajax response keys from strings to integers?
- {"2":"[email protected]","1":"[email protected]"}
- $.getJSON('urlwithjsonresponse.com',function(response){
- console.log(response);
- });
- {1:"[email protected]",2:"[email protected]"}
Add Comment
Please, Sign In to add comment