Create a JsonArray having the same value as the specified original object that uses the specified basicAllocator to supply memory. The contents of original are moved (in constant time) to the new JsonArray object if basicAllocator == original.allocator(), and are move-inserted (in linear time) using basicAllocator otherwise. original is left in a valid but unspecified state.
Declared in <bdljsn_json.h>
JsonArray(
bslmf::MovableRef<JsonArray> original,
bslma::Allocator* basicAllocator);