Create a Formatter object having the specified stream, usePrettyStyle, initialIndentLevel, spacesPerLevel, escapeForwardSlash, and basicAllocator attributes.
Declared in <baljsn_formatter.h>
Formatter(
std::ostream& stream,
bool usePrettyStyle,
int initialIndentLevel,
int spacesPerLevel,
bool escapeForwardSlash,
bslma::Allocator* basicAllocator = 0);