jsonpath

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2025 License: Apache-2.0 Imports: 9 Imported by: 10

Documentation

Index

Constants

View Source
const MaxSafeFloat = 9007199254740991

Variables

This section is empty.

Functions

This section is empty.

Types

type Evaluator added in v0.2.0

type Evaluator interface {
	Query(current *yaml.Node, root *yaml.Node) []*yaml.Node
}

type JSONPath added in v0.2.0

type JSONPath struct {
	// contains filtered or unexported fields
}

JSONPath represents a JSONPath parser.

func NewPath added in v0.2.0

func NewPath(input string) (*JSONPath, error)

func (*JSONPath) Query added in v0.2.0

func (p *JSONPath) Query(root *yaml.Node) []*yaml.Node

type Selector

type Selector struct {
	Kind SelectorSubKind
	// contains filtered or unexported fields
}

func (Selector) Query added in v0.2.0

func (s Selector) Query(value *yaml.Node, root *yaml.Node) []*yaml.Node

func (Selector) ToString added in v0.2.0

func (s Selector) ToString() string

type SelectorSubKind

type SelectorSubKind int
const (
	SelectorSubKindWildcard SelectorSubKind = iota
	SelectorSubKindName
	SelectorSubKindArraySlice
	SelectorSubKindArrayIndex
	SelectorSubKindFilter
)

type Slice added in v0.2.0

type Slice struct {
	Start *int
	End   *int
	Step  *int
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL