I have a web api which is returning a list(each item consists of bit values). But when I see response from client side in console, I found that the bit value is changed.
For example if I have 36028797018963968 bit value in database then it is changed to 36028797018963970.
This is happening only for this bit value. In a list of 5 values only the above mentioned value is changing. The remaining are coming fine.
I have never seen this type of behaviour before, so I am not sure what else I should be posting here. Ask me if you need anything else.