Return true if the specified value is a valid JSON number.
Declared in <bdljsn_numberutil.h>
static
bool
isValidNumber(std::string_view const& value);
Note that this function may return true even if value cannot be represented in any particular number type.
true if value is a valid JSON number, and false otherwise
| Name | Description |
|---|---|
| value | text to validate as a JSON number |