Create a JsonNumber having the same value as the specified original.
Declared in <bdljsn_jsonnumber.h>
JsonNumber(
JsonNumber const& original,
allocator_type const& allocator = allocator_type());
Optionally specify an allocator (e.g., the address of a bslma::Allocator object) used to supply memory.
| Name | Description |
|---|---|
| original | object providing the value |
| allocator | allocator used to supply memory |