package
Version:
v0.46.2
Opens a new window with list of versions in this module.
Published: Aug 8, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package jsonpointer contains RFC 6901 JSON Pointer implementation.
Resolve takes given pointer and returns byte slice of requested value if any.
If value not found, returns NotFoundError.
type NotFoundError struct {
Pointer string
}
NotFoundError reports that requested value is not found.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.