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

Name

Description

formatAsEmptyArray

ignored; arrays are unconditionally formatted

Created with MrDocs