Create a Json object having the same value as the specified original. Use the specified basicAllocator to supply memory.
Declared in <bdljsn_json.h>
Json(
bslmf::MovableRef<Json> original,
bslma::Allocator* basicAllocator);
| Name | Description |
|---|---|
| original | source value |
| basicAllocator | memory allocator; null uses the default |