Create a JsonNumber from the specified unsigned long value.

Synopsis

Declared in <bdljsn_jsonnumber.h>

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

Parameters

Name

Description

value

numeric value to store

allocator

allocator used to supply memory

Created with MrDocs