[#BloombergLP-bdljsn-NumberUtil-isValidNumber] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/NumberUtil.adoc[NumberUtil]::isValidNumber :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `value` is a valid JSON number. Note that this function may return `true` even if `value` cannot be represented in any particular number type. == Synopsis Declared in `<bdljsn_numberutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isValidNumber(std::string_view const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#