Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONParser ¶
type JSONParser struct { helper.ParserOperator // contains filtered or unexported fields }
JSONParser is an operator that parses JSON.
type JSONParserConfig ¶
type JSONParserConfig struct {
helper.ParserConfig `yaml:",inline"`
}
JSONParserConfig is the configuration of a JSON parser operator.
func NewJSONParserConfig ¶
func NewJSONParserConfig(operatorID string) *JSONParserConfig
NewJSONParserConfig creates a new JSON parser config with default values
func (JSONParserConfig) Build ¶
func (c JSONParserConfig) Build(context operator.BuildContext) ([]operator.Operator, error)
Build will build a JSON parser operator.
Click to show internal directories.
Click to hide internal directories.