1
0
mirror of https://github.com/rancher/rke.git synced 2025-06-20 04:34:31 +00:00
rke/vendor/github.com/go-openapi/jsonpointer
2017-11-06 19:40:19 +02:00
..
.drone.sec Vendor update 2017-11-06 19:40:19 +02:00
.drone.yml Vendor update 2017-11-06 19:40:19 +02:00
.gitignore Vendor update 2017-11-06 19:40:19 +02:00
.pullapprove.yml Vendor update 2017-11-06 19:40:19 +02:00
CODE_OF_CONDUCT.md Vendor update 2017-11-06 19:40:19 +02:00
LICENSE Vendor update 2017-11-06 19:40:19 +02:00
pointer.go Vendor update 2017-11-06 19:40:19 +02:00
README.md Vendor update 2017-11-06 19:40:19 +02:00

gojsonpointer Build Status Coverage 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.