jsonpointer

package
v0.0.0-...-b3e4aef Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package jsonpointer implements JSON Pointer according to RFC 6901

See https://www.rfc-editor.org/rfc/rfc6901

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessError

type AccessError struct {
	// contains filtered or unexported fields
}

func (*AccessError) Error

func (e *AccessError) Error() string

type Ptr

type Ptr string

func (Ptr) Access

func (p Ptr) Access(document any) (v reflect.Value, err error)

type UriFragment

type UriFragment string

func (UriFragment) Access

func (uri UriFragment) Access(document any) (v reflect.Value, err error)

Jump to

Keyboard shortcuts

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