2008.solution.easyjson.easyjson-antlr4json.4.1.1.source-code.Json.tokens Maven / Gradle / Ivy
WS=1
NUMBER=2
BOOL=3
STRING=4
COMMENT=5
NULL=6
OBJ_START=7
OBJ_END=8
PAIR_SEPAR=9
ARRAY_SEPAR=10
ARRAY_START=11
ARRAY_END=12
'null'=6
'{'=7
'}'=8
':'=9
','=10
'['=11
']'=12