BloombergLP::baljsn::JsonFormatter::closeArray

Indicate that there are no more elements to be added to the current array.

Synopsis

Declared in <baljsn_jsonformatter.h>

void
closeArray(bool formatAsEmptyArray = false);

Description

The specified formatAsEmptyArray is ignored; arrays are unconditionally formatted.

Parameters

NameDescription
formatAsEmptyArrayignored; arrays are unconditionally formatted