Create a JsonNumber having the specified value. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) used to supply memory.

Synopsis

Declared in <bdljsn_jsonnumber.h>

explicit
JsonNumber(
    unsigned long long value,
    allocator_type const& allocator = allocator_type());

Created with MrDocs