[#BloombergLP-baljsn-Encoder_Formatter-openArray] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/Encoder_Formatter.adoc[Encoder_Formatter]::openArray :relfileprefix: ../../../ :mrdocs: Print onto the stream supplied at construction the sequence of characters designating the start of an array. Optionally specify `formatAsEmptyArrayFlag` denoting if the array being opened should be formatted as an empty array. If `formatAsEmptyArrayFlag` is not specified then the array being opened is formatted as an array having elements. Note that the formatting (and as a consequence the `formatAsEmptyArrayFlag`) is relevant only if this formatter encodes in the pretty style and is ignored otherwise. == Synopsis Declared in `<baljsn_encoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void openArray(bool formatAsEmptyArrayFlag = false); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#