automation-tests/common/vendor/github.com/go-openapi/jsonpointer
Daniel J Walsh 24a2c34055 Vendor in latest containers/(storage,image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2023-07-17 12:03:16 -04:00
..
.editorconfig Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
.gitignore Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
CODE_OF_CONDUCT.md Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
LICENSE Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
README.md Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -05:00
pointer.go Bump containers/(ocicrypt,storage, image) 2023-01-20 09:43:28 -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.