kubekey/vendor/github.com/go-openapi/jsonpointer
joyceliu d1894b1e3e feat: add vendor
Signed-off-by: joyceliu <joyceliu@yunify.com>
2024-07-03 10:22:26 +08:00
..
.editorconfig feat: add vendor 2024-07-03 10:22:26 +08:00
.gitignore feat: add vendor 2024-07-03 10:22:26 +08:00
.golangci.yml feat: add vendor 2024-07-03 10:22:26 +08:00
CODE_OF_CONDUCT.md feat: add vendor 2024-07-03 10:22:26 +08:00
LICENSE feat: add vendor 2024-07-03 10:22:26 +08:00
README.md feat: add vendor 2024-07-03 10:22:26 +08:00
pointer.go feat: add vendor 2024-07-03 10:22:26 +08:00

gojsonpointer Build Status codecov

Slack Status license Go Reference Go Report Card

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.