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);
Parameters
Name |
Description |
original |
source value |
basicAllocator |
memory allocator; null uses the default |
Created with MrDocs