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