This is my post id:
var postId = 47213486358396931;
var postComments = "Comment";
adding in object like this
var param = {
"PostId" : postId,
"postComment":postComments
}
If I print the param I get like this. The last digit of number changed to 0. Why am getting like this.
{"PostId" : 47213486358396930, "postComment": "Comment"}