Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonPointer ¶
type JsonPointer []string
func ParseJsonPointer ¶
func ParseJsonPointer(ptr string) (JsonPointer, error)
type RelativeJsonPointer ¶
type RelativeJsonPointer ir.RelativeJsonPointer
func ParseRelativeJsonPointer ¶
func ParseRelativeJsonPointer(ptr string) (*RelativeJsonPointer, error)
func (RelativeJsonPointer) Eval ¶
func (ptr RelativeJsonPointer) Eval(start JsonPointer, document map[string]any) (any, error)
Click to show internal directories.
Click to hide internal directories.