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.
Declared in <baljsn_jsonformatter.h>
struct JsonFormatter_State;
| Name | Description |
|---|---|
Enum | Undocumented symbol. |
| Name | Description |
|---|---|
print | Same as the related overload above for print. |
toAscii | Same as the related overload above for toAscii. |