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>

RecordJsonFormatter(bslmf::MovableRef<RecordJsonFormatter> original) noexcept;

Created with MrDocs