TokenType
Enumerates the types of tokens used in Fauna serialization.
@ Int
The token type is a Fauna integer.
@ StartRef
The token type is the start of a Fauna ref.
@ String
The token type is a Fauna string.
@ EndArray
The token type is the end of a Fauna array.
@ EndObject
The token type is the end of a Fauna object.
@ EndRef
The token type is the end of a Fauna ref.
@ Date
The token type is a Fauna date.
@ StartDocument
The token type is the start of a Fauna document.
@ EndPage
The token type is the end of a Fauna set (a.k.a. page).
@ StartPage
The token type is the start of a Fauna set (a.k.a. page).
@ None
There is no value. This is the default token type if no data has been read by the T:Fauna....
@ Long
The token type is a Fauna long.
@ StartArray
The token type is the start of a Fauna array.
@ Time
The token type is a Fauna time.
@ Null
The token type is the Fauna literal null.
@ FieldName
The token type is a Fauna property name.
@ StartObject
The token type is the start of a Fauna object.
@ Double
The token type is a Fauna double.
@ EndDocument
The token type is the end of a Fauna document.
@ Module
The token type is the Fauna module.
@ True
The token type is the Fauna literal true.
@ False
The token type is the Fauna literal false.