BloombergLP::baljsn::Formatter::addArrayElementSeparator

Print a JSON array element separator onto the output stream.

Synopsis

Declared in <baljsn_formatter.h>

void
addArrayElementSeparator();

Description

Print onto the stream supplied at construction the sequence of characters designating an array element separator (i.e., ,). The behavior is undefined unless this Formatter is currently formatting a member.