Create a Json object holding the specified numeric value.

Synopsis

Declared in <bdljsn_json.h>

explicit
Json(
    unsigned int value,
    bslma::Allocator* basicAllocator = 0);

Parameters

Name

Description

value

numeric value to store

basicAllocator

memory allocator; null uses the default

Created with MrDocs