Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TokenType ¶
type TokenType string
const ( TokenIllegal TokenType = "<ILLEGAL>" TokenWhitespace TokenType = "<whitespace>" TokenNull TokenType = "<null>" TokenTrue TokenType = "<true>" TokenFalse TokenType = "<false>" TokenNumber TokenType = "<number>" TokenString TokenType = "<string>" TokenArrayStart TokenType = "<[>" TokenArrayStop TokenType = "<]>" TokenComma TokenType = "<,>" TokenObjectStart TokenType = "<{>" TokenObjectStop TokenType = "<}>" TokenColon TokenType = "<:>" )
Click to show internal directories.
Click to hide internal directories.