[#BloombergLP-baljsn-JsonFormatter_State] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::JsonFormatter_State :relfileprefix: ../../ :mrdocs: This `struct` defines an enumeration of the internal states that a a `JsonFormatter` can reach as it processes user requests to `openArray`, `putValue`(s), `closeArray`, etc. These states influence the formatter and, in some build modes, detect errors in call sequences. == Synopsis Declared in `<baljsn_jsonformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct JsonFormatter_State; ---- == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baljsn/JsonFormatter_State/Enum.adoc[`Enum`] | Undocumented symbol. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/baljsn/JsonFormatter_State/print.adoc[`print`] | Same as the related overload above for `print`. | xref:BloombergLP/baljsn/JsonFormatter_State/toAscii.adoc[`toAscii`] | Same as the related overload above for `toAscii`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#