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
.gitignore
CODE_OF_CONDUCT.md
LICENSE
README.md
pointer.go

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.