karmada/vendor/github.com/go-openapi/jsonpointer
changzhen 531d6bf2ac upgrade k8s dependency to v0.22.2
Signed-off-by: changzhen <changzhen5@huawei.com>
2021-10-22 17:42:30 +08:00
..
.editorconfig update vendor/ 2020-11-11 10:46:27 +08:00
.gitignore update vendor/ 2020-11-11 10:46:27 +08:00
.travis.yml upgrade k8s dependency to v0.22.2 2021-10-22 17:42:30 +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
go.mod update vendor/ 2020-11-11 10:46:27 +08:00
go.sum 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.