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