Enumeration of tokenizer token types.

Synopsis

Declared in <baljsn_jsontokenizer.h>

enum TokenType;

Members

Name

Description

e_BEGIN

Starting token.

e_ELEMENT_NAME

Element name token.

e_START_OBJECT

Start of an object token.

e_END_OBJECT

End of an object token.

e_START_ARRAY

Start of an array token.

e_END_ARRAY

End of an array token.

e_ELEMENT_VALUE

Element value of a simple (scalar) type token.

e_ERROR

Error token.

Created with MrDocs