ceph-csi/vendor/github.com/go-openapi/jsonpointer
Serguei Bezverkhi 7b24313bd6 vendor files
2018-01-10 13:42:26 -05:00
..
.github vendor files 2018-01-10 13:42:26 -05:00
.editorconfig vendor files 2018-01-10 13:42:26 -05:00
.gitignore vendor files 2018-01-10 13:42:26 -05:00
.travis.yml vendor files 2018-01-10 13:42:26 -05:00
CODE_OF_CONDUCT.md vendor files 2018-01-10 13:42:26 -05:00
LICENSE vendor files 2018-01-10 13:42:26 -05:00
pointer_test.go vendor files 2018-01-10 13:42:26 -05:00
pointer.go vendor files 2018-01-10 13:42:26 -05:00
README.md vendor files 2018-01-10 13:42:26 -05: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.