Documentation ¶
Overview ¶
Package jsonexpr provides JSON extractor expression parser.
Index ¶
Constants ¶
View Source
const ( Index = iota + 1 Key )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Selector ¶
type Selector struct { Type SelectorType Index int Key string }
Selector is a JSON field/element selector.
Click to show internal directories.
Click to hide internal directories.