Same as the related overload above for JsonNumber.
Declared in <bdljsn_jsonnumber.h>
explicit
JsonNumber(
unsigned int value,
allocator_type const& allocator = allocator_type());
| Name | Description |
|---|---|
| value | numeric value to store |
| allocator | allocator used to supply memory |