jsonpath

package module
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2022 License: BSD-3-Clause Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetPathValue

func GetPathValue(data interface{}, jsonPath JsonPath) (interface{}, error)

Types

type JsonPath

type JsonPath struct {
	Path gval.Evaluable
	// contains filtered or unexported fields
}

func MustParsePath

func MustParsePath(path string) JsonPath

MustParsePath passes the jsonpath expression or panics on error

func (JsonPath) MarshalJSON

func (jp JsonPath) MarshalJSON() ([]byte, error)

func (*JsonPath) String

func (jp *JsonPath) String() string

func (*JsonPath) UnmarshalJSON

func (jp *JsonPath) UnmarshalJSON(path []byte) error

Jump to

Keyboard shortcuts

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