This is only used in peekNextTokenType() and gives a categorization based on the first byte of the next token that will be emitted from a next*() call.
peekNextTokenType()
next*()
object_begin,
object_end,
array_begin,
array_end,
true,
false,
null,
number,
string,
end_of_document,