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