jsonpath

package
v10.1.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2019 License: Apache-2.0 Imports: 7 Imported by: 14

Documentation

Overview

Code generated by goyacc -l -o parser.go -v /dev/null parser.y. DO NOT EDIT.

Index

Constants

View Source
const STRING = 57346

Variables

This section is empty.

Functions

This section is empty.

Types

type Path

type Path interface {
	Delete(interface{})
	DeleteIfMatch(interface{}, interface{})
	Get(interface{}) []interface{}
	MustGetObject(interface{}) map[string]interface{}
	MustGetSlice(interface{}) []interface{}
	MustGetString(interface{}) string
	MustGetStrings(interface{}) []string
	Set(interface{}, interface{})
}

func Compile

func Compile(s string) (Path, error)

func MustCompile

func MustCompile(s string) Path

Jump to

Keyboard shortcuts

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