prometheus-adapter/vendor/github.com/go-openapi/jsonpointer
2020-04-08 14:34:43 -04:00
..
.editorconfig Check in the vendor directory 2018-07-13 17:32:49 -04:00
.gitignore Check in the vendor directory 2018-07-13 17:32:49 -04:00
.travis.yml vendor: Update vendor logic 2020-04-08 14:34:43 -04:00
CODE_OF_CONDUCT.md Check in the vendor directory 2018-07-13 17:32:49 -04:00
go.mod vendor: Update vendor logic 2020-04-08 14:34:43 -04:00
go.sum vendor: Update vendor logic 2020-04-08 14:34:43 -04:00
LICENSE Check in the vendor directory 2018-07-13 17:32:49 -04:00
pointer.go vendor: Update vendor logic 2020-04-08 14:34:43 -04:00
README.md Check in the vendor directory 2018-07-13 17:32:49 -04: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.