podman/vendor/github.com/go-openapi/jsonpointer
Paul Holzinger b551939be6
vendor: update c/{buildah,common,image,storage} to main
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-05-28 14:53:37 +02: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
.golangci.yml vendor: update c/{buildah,common,image,storage} to main 2025-05-28 14:53:37 +02: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
README.md update c/{buildah,common,image,storage} to latest main 2024-05-08 13:51:48 +02:00
errors.go vendor: update c/{buildah,common,image,storage} to main 2025-05-28 14:53:37 +02:00
pointer.go vendor: update c/{buildah,common,image,storage} to main 2025-05-28 14:53:37 +02:00

README.md

gojsonpointer Build Status codecov

Slack Status license Go Reference Go Report Card

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.