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