Create a JsonArray having the same value as the specified original.
Declared in <bdljsn_json.h>
JsonArray(
JsonArray const& original,
bslma::Allocator* basicAllocator = 0);
Create a JsonArray having the same value as the specified original object. Optionally specify basicAllocator to supply memory. If basicAllocator is not specified, the allocator associated with original is propagated for use in the newly-created JsonArray.
| Name | Description |
|---|---|
| original | source array |
| basicAllocator | memory allocator; null uses the default |