[#BloombergLP-bdljsn-JsonArray-2constructor-002] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonArray.adoc[JsonArray]::JsonArray :relfileprefix: ../../../ :mrdocs: 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`. == Synopsis Declared in `<bdljsn_json.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- JsonArray( xref:BloombergLP/bdljsn/JsonArray.adoc[JsonArray] const& original, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#