[#BloombergLP-bdljsn-JsonObject-2constructor-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonObject.adoc[JsonObject]::JsonObject :relfileprefix: ../../../ :mrdocs: Create a `JsonObject` having the same value as the specified `original` object by moving (in constant time) the contents of `original` to the new `JsonObject`. The allocator associated with `original` is propagated for use in the newly‐created `JsonObject`. `original` is left in a valid but unspecified state. == Synopsis Declared in `<bdljsn_json.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- JsonObject(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<JsonObject>] original) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#