JSON Response Long is Rounded or Corrupted [duplicate]
问题 This question already has answers here : Large numbers erroneously rounded in JavaScript (6 answers) Closed 5 years ago . I am sending JSON from the server to client side. The JSON contains a long . It appears that the number is being rounded or something because: The server side number sent is: 1036647050030089506 The client side number received is: 1036647050030089500 Why is this happening and how can I fix this? Server side code: Post["team", true] = async (parameters, ct) => { var team =