Documentation
¶
Index ¶
Constants ¶
View Source
const ( S_TYPE tokenType = "type" S_IDENTIFIER tokenType = "identifier" S_QUOTED_IDENTIFIER tokenType = "quoted_identifier" S_PCLASS tokenType = "pclass" S_PCLASS_FUNC tokenType = "pclass_func" S_NTH_FUNC tokenType = "nth_func" S_OPER tokenType = "operator" S_EMPTY tokenType = "empty" S_UNK tokenType = "unknown" S_FLOAT tokenType = "float" S_WORD tokenType = "word" S_BINOP tokenType = "binop" S_BOOL tokenType = "bool" S_NIL tokenType = "null" S_KEYWORD tokenType = "keyword" S_PVAR tokenType = "pvar" S_EXPR tokenType = "expr" S_NUMBER tokenType = "number" S_STRING tokenType = "string" S_PAREN tokenType = "paren" )
View Source
const ( J_STRING jsonType = "string" J_NUMBER jsonType = "number" J_OBJECT jsonType = "object" J_ARRAY jsonType = "array" J_BOOLEAN jsonType = "boolean" J_NULL jsonType = "null" // Not actually a type, obviously J_OPER jsonType = "oper" )
Variables ¶
This section is empty.
Functions ¶
func EnableLogger ¶
func EnableLogger()
Types ¶
type Parser ¶
type Parser struct { Data *simplejson.Json // contains filtered or unexported fields }
func CreateParser ¶
func CreateParserFromString ¶
func (*Parser) GetJsonElements ¶
Click to show internal directories.
Click to hide internal directories.