karmada/vendor/github.com/go-openapi/jsonpointer
jwcesign a18702b1c8 Update vendor dep
Signed-off-by: jwcesign <jiangwei115@huawei.com>
2023-05-25 09:38:29 +08:00
..
.editorconfig update vendor/ 2020-11-11 10:46:27 +08:00
.gitignore update vendor/ 2020-11-11 10:46:27 +08:00
CODE_OF_CONDUCT.md update vendor/ 2020-11-11 10:46:27 +08:00
LICENSE update vendor/ 2020-11-11 10:46:27 +08:00
README.md update vendor/ 2020-11-11 10:46:27 +08:00
pointer.go upgrade k8s dependency to v0.22.2 2021-10-22 17:42:30 +08: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.