spiegel_podman/vendor/github.com/go-openapi/jsonpointer
tomsweeneyredhat 2e8bce201e [v4.4.1-rhel] Bump runc to 1.2.9, Buidah 1.29.6
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2025-12-17 15:39:55 -05:00
..
.editorconfig vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
.gitignore vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
CODE_OF_CONDUCT.md vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
LICENSE vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
pointer.go vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00
README.md vendor in latests containers/(storage, common, build, image) 2023-01-19 10:42:10 -05:00

gojsonpointer Build Status codecov Slack Status

license GoDoc An implementation of JSON Pointer - Go language

Status

Completed YES

Tested YES

References

http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07

Note

The 4.Evaluation part of the previous reference, starting with 'If the currently referenced value is a JSON array, the reference token MUST contain either...' is not implemented.