Create a Json object holding the specified numeric value.
Declared in <bdljsn_json.h>
explicit
Json(
unsigned int value,
bslma::Allocator* basicAllocator = 0);
| Name | Description |
|---|---|
| value | numeric value to store |
| basicAllocator | memory allocator; null uses the default |