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