[#BloombergLP-ball-RecordJsonFormatter-2constructor-01b] = 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. The format specification of `original` is moved to the new object, and all outstanding memory allocations and the specified `allocator` are adopted if `allocator == original.get_allocator()`. `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, xref:BloombergLP/ball/RecordJsonFormatter/allocator_type.adoc[allocator_type] const& allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#