I’m using jQuery 1.6.2, the follow picture is the strange problem I found in jQuery (screenshot from my chrome):

Please notice the highlight position. This is so strange, the jQuery function parseJSON change the “picture_id” field. Why?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The number is too large to fit in a 32 bit integer, so it is stored in a floating point variable. The precision of floating point values is insufficient to store all significant digits in the value in your JSON object.
A good explanation of the floating-point precision “problem” can be found here:
http://floating-point-gui.de/basic/