G’day all, I am well and truly stumped. Hope someone has come across this before
I am serializing a JSON file that I get from a web call. It is all work, except for one field. The filed is a 13 digit number. When it is serialized it becomes a 10 digit number and I don’t know why. I have tried int, int16, int32, int64, double, long and float. Nothing gives the actual value that is in the file.
Any suggestions would be greatly appreciated