Same as the related overload above for JsonNumber.
Declared in <bdljsn_jsonnumber.h>
explicit
JsonNumber(
std::string_view const& text,
allocator_type const& allocator = allocator_type());
| Name | Description |
|---|---|
| text | JSON number text |
| allocator | allocator used to supply memory |