Thanks for the suggestion. I've been moving towards adding an int64_t to the variant so that we can store either an integer or a double, but doubles can exactly represent most integers, so in the ...