Create a Json object having the same value as the specified original. Use the specified basicAllocator to supply memory.

Synopsis

Declared in <bdljsn_json.h>

Json(
    bslmf::MovableRef<Json> original,
    bslma::Allocator* basicAllocator);

Created with MrDocs