Return true if the value of this JsonNumber is an exact integer.
Declared in <bdljsn_jsonnumber.h>
bool
isIntegral() const;
Note that this function may return true even this number cannot be represented in a fundamental integral type.
true if the value of this JsonNumber is an exact integer, and false otherwise