How can i serialize variable with type of Int64 in JavaScript without loss of accuracy?
My development platform is. NET.
How can i serialize variable with type of Int64 in JavaScript without loss of
Share
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.
Where is the Int64 coming from? Why do you need it to be Int64 in JavaScript? Do you just need it as a string? Some code would help.
If you need a JavaScript bigint library, there’s one here.