return whether value is an integer number
Declared in <nlohmann/json.hpp>
<nlohmann/json.hpp>
constexpr bool is_number_integer() const noexcept;
true if the value is a signed or unsigned integer number; false otherwise
true
false