Same as the related overload above for asDouble.
Synopsis
Declared in <bdljsn_numberutil.h>
static
double
asDouble(std::string_view const& value);
Return Value
the closest double representation of value
Parameters
Name |
Description |
value |
JSON number text to convert |
Created with MrDocs