podman/vendor/github.com/go-openapi/jsonpointer
Daniel J Walsh f65d79f4c7
vendor in latests containers/(storage, common, build, image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2023-01-19 10:42:10 -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
.travis.yml 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
README.md 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

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.