client/vendor/github.com/go-openapi/jsonpointer
David Simansky 76f17f686f
Upgrade Go to 1.17 (#1654)
* Upgrade Go to 1.17

* Rerun codegen

* Fix vendor dir permissions
2022-04-14 14:15:10 +00:00
..
.editorconfig chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
.gitignore chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
.travis.yml Update k8s dependencies to v0.20.7 (#1344) 2021-06-17 07:42:22 -07:00
CODE_OF_CONDUCT.md chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
LICENSE chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
README.md chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
pointer.go Update k8s dependencies to v0.20.7 (#1344) 2021-06-17 07:42:22 -07: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.