Documentation ¶
Overview ¶
Package jsonpath implements getter and setter for generic JSON unmarshaled data structures (i.e. map[string]interface{})
Values can be set on nonexistent paths.
Path strings are not 100% JSONPath compliant (yet) but will handle most of the common use cases.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DoesNotExist ¶
type DoesNotExist struct{}
DoesNotExist is returned by jsonpath.Get on nonexistent paths
func (DoesNotExist) Error ¶
func (d DoesNotExist) Error() string
Click to show internal directories.
Click to hide internal directories.