I have a maximum number for Long(9223372036854775807), but when I'm retrieving this value, it's showing correctly in the back-end (Java). However, when it comes to the response in the Ajax call, the value is coming as 9223372036854776000
Asked
Active
Viewed 43 times
1
-
2@ShubhWIP Yeah that make sense. cheers – Linidu Praneeth Gunathilaka Feb 16 '21 at 04:50
-
2Does this answer your question? [JSON transfer of bigint: 12000000000002539 is converted to 12000000000002540?](https://stackoverflow.com/questions/8663298/json-transfer-of-bigint-12000000000002539-is-converted-to-12000000000002540) – SRJ Feb 16 '21 at 04:54