[#BloombergLP-baljsn-JsonFormatter_State] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::JsonFormatter_State :relfileprefix: ../../ :mrdocs: Enumeration of internal states reached by a `JsonFormatter`. == Synopsis Declared in `<baljsn_jsonformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct JsonFormatter_State; ---- == Description 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. == 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`] | Write the string representation of the specified `value` to `stream`. | xref:BloombergLP/baljsn/JsonFormatter_State/toAscii.adoc[`toAscii`] | Return the string representation corresponding to the specified enumeration `value`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#