Documentation
¶
Index ¶
Constants ¶
View Source
const ( STR TypeOptions = 1 << iota NUM ARR OBJ NULL BOOL NAN INFINITY NEG_INFINITY INF = INFINITY | NEG_INFINITY SPECIAL = NULL | BOOL | INF | NAN ATOM = STR | NUM | SPECIAL COLLECTION = ARR | OBJ ALL = ATOM | COLLECTION )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TypeOptions ¶
type TypeOptions int
specify what type options are available to parse the partial json
Click to show internal directories.
Click to hide internal directories.