Create a Json object having the type JsonNumber and the value of the specified number. Optionally specify basicAllocator used to supply memory. If basicAllocator is not specified, the currently installed default allocator is used to supply memory.
Synopsis
Declared in <bdljsn_json.h>
explicit
Json(
JsonNumber const& number,
bslma::Allocator* basicAllocator = 0);
Created with MrDocs