I am calling a RESTFUL web services which returns JSON data. The response contains a numeric value(without quotes) 10000000000223169, but after getting the JavaScript object against this response I get 10000000000223168.
The JSON response shown directly in the browser also shows 10000000000223168 but the FireBug HTTP response in content tab shows the correct value i.e. 10000000000223169