[#BloombergLP-ball-RecordJsonFormatter-2constructor-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/RecordJsonFormatter.adoc[RecordJsonFormatter]::RecordJsonFormatter :relfileprefix: ../../../ :mrdocs: Create a record JSON formatter having the same format specification and record separator as in the specified `original` formatter, and adopting all outstanding memory allocations and the allocator associated with the `original` formatter. `original` is left in a valid but unspecified state. == Synopsis Declared in `<ball_recordjsonformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- RecordJsonFormatter(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<RecordJsonFormatter>] original) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#