I identified a bug in my code which I hope to solve with minimal refactoring effort. This bug occurs in Chrome and Opera browsers. Problem:
var obj = {23:\"A
I think you'll find the only reliable way to do this would be to use an array rather than an associative array, eg:
var arr = [{key:23,val:"AA"},{key:12,val:"BB"}]; for(var i=0; i