Create a new array for subsequently added elements.
Declared in <baljsn_jsonformatter.h>
void
openArray(bool formatAsEmptyArray = false);
Subsequently created elements will land in this array (in order of creation) until closeArray is called. The elements can be created by putValue/putNullValue/openObject/openArray. The specified formatAsEmptyArray is ignored; arrays are unconditionally formatted.
| Name | Description |
|---|---|
| formatAsEmptyArray | ignored; arrays are unconditionally formatted |