[#BloombergLP-baljsn-JsonFormatter-closeArray] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/JsonFormatter.adoc[JsonFormatter]::closeArray :relfileprefix: ../../../ :mrdocs: Indicate that there are no more elements to be added to the current array. == Synopsis Declared in `<baljsn_jsonformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void closeArray(bool formatAsEmptyArray = false); ---- == Description The specified `formatAsEmptyArray` is ignored; arrays are unconditionally formatted. == Parameters [cols="1,4"] |=== | Name| Description | *formatAsEmptyArray* | ignored; arrays are unconditionally formatted |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#