kubectl/vendor/github.com/go-openapi/jsonpointer
Antoine Pelisse 8b7c3cd5c2 Run to install dependencies 2017-11-28 14:35:07 -08:00
..
.github Run to install dependencies 2017-11-28 14:35:07 -08:00
.editorconfig Run to install dependencies 2017-11-28 14:35:07 -08:00
.gitignore Run to install dependencies 2017-11-28 14:35:07 -08:00
.travis.yml Run to install dependencies 2017-11-28 14:35:07 -08:00
CODE_OF_CONDUCT.md Run to install dependencies 2017-11-28 14:35:07 -08:00
LICENSE Run to install dependencies 2017-11-28 14:35:07 -08:00
README.md Run to install dependencies 2017-11-28 14:35:07 -08:00
pointer.go Run to install dependencies 2017-11-28 14:35:07 -08:00
pointer_test.go Run to install dependencies 2017-11-28 14:35:07 -08: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.