Return true if the specified text complies with the grammar of a JSON number, and false otherwise. See the {JSON Textual Specification}.
true
text
false
Declared in <bdljsn_jsonnumber.h>
<bdljsn_jsonnumber.h>
static bool isValidNumber(std::string_view const& text);