Versions in this module Expand all Collapse all v1 v1.0.0 Jul 10, 2022 Changes in this version + var ErrGetFromNullObj = errors.New("get attribute from null object") + func JsonPathLookup(obj interface{}, jpath string) (interface{}, error) + type Compiled struct + func Compile(jpath string) (*Compiled, error) + func MustCompile(jpath string) *Compiled + func (c *Compiled) Lookup(obj interface{}) (interface{}, error) + func (c *Compiled) String() string