jsonpath

package
v0.4.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const MaxSafeFloat int64 = 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

func (*JSONPath) String added in v0.3.0

func (p *JSONPath) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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