Enumeration of internal states reached by a JsonFormatter.

Synopsis

Declared in <baljsn_jsonformatter.h>

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

Name

Description

Enum

Undocumented symbol.

Static Member Functions

Name

Description

print

Write the string representation of the specified value to stream.

toAscii

Return the string representation corresponding to the specified enumeration value.

Created with MrDocs