>Yep, that's a feature of JavaScript. No quotes means it's a number, not a >string, and numbers that start with 0 are >assumed to be octal (base 8). Even >parseInt("063") will give you 51, since again, it assumes you mean octal.
Boy am I glad I saw this thread. I have just started using $.getJSON and I could see that octal thing really messing with my mind if it cropped up. -- Josh