ARO-RP/vendor/github.com/go-openapi/jsonpointer
darthhexx 1c4e98933e Vendor installer release 4.10
Switches to go.1.17, OCP 4.10, and Kubernetes 1.23 modules.
2022-05-25 14:49:12 +10:00
..
.editorconfig Initial commit 2019-10-15 22:43:52 -05:00
.gitignore Initial commit 2019-10-15 22:43:52 -05:00
.travis.yml make vendor 2021-05-27 16:41:03 +01:00
CODE_OF_CONDUCT.md Initial commit 2019-10-15 22:43:52 -05:00
LICENSE Initial commit 2019-10-15 22:43:52 -05:00
README.md Initial commit 2019-10-15 22:43:52 -05:00
pointer.go make vendor 2021-05-27 16:41:03 +01: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.