|
BDE 4.39.x Production Release
|
#include <baljsn_jsonformatter.h>
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.
Public Types | |
| enum | Enum { e_AT_START = 0 , e_IN_ARRAY , e_IN_OBJECT_EXPECTING_MEMBER_NAME , e_IN_OBJECT_EXPECTING_MEMBER_VALUE , e_IN_OBJECT_EXPECTING_MEMBER_CLOSE } |
Static Public Member Functions | |
| static bsl::ostream & | print (bsl::ostream &stream, Enum value, int level=0, int spacesPerLevel=4) |
| static const char * | toAscii (Enum value) |
|
static |
|
static |