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.
Declared in <bdljsn_json.h>
JsonArray(
JsonArray const& original,
bslma::Allocator* basicAllocator = 0);