cert-manager/vendor/github.com/go-openapi/jsonpointer
James Munnelly db65d6a170 run //hack:update-bazel
Signed-off-by: James Munnelly <james@munnelly.eu>
2018-09-13 11:24:48 +01:00
..
.editorconfig Run dep ensure 2018-07-05 14:47:35 +01:00
.gitignore Run dep ensure 2018-07-05 14:47:35 +01:00
.travis.yml Run dep ensure 2018-07-05 14:47:35 +01:00
BUILD.bazel run //hack:update-bazel 2018-09-13 11:24:48 +01:00
CODE_OF_CONDUCT.md Run dep ensure 2018-07-05 14:47:35 +01:00
LICENSE Run dep ensure 2018-07-05 14:47:35 +01:00
pointer_test.go Run dep ensure 2018-07-05 14:47:35 +01:00
pointer.go Run dep ensure 2018-07-05 14:47:35 +01:00
README.md Run dep ensure 2018-07-05 14:47:35 +01:00

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.