convox/vendor/github.com/go-openapi/jsonpointer
David Dollar af93247fb7
vendor
2019-10-10 17:15:07 -04:00
..
.editorconfig vendor 2019-10-10 17:15:07 -04:00
.gitignore vendor 2019-10-10 17:15:07 -04:00
.travis.yml vendor 2019-10-10 17:15:07 -04:00
CODE_OF_CONDUCT.md vendor 2019-10-10 17:15:07 -04:00
go.mod vendor 2019-10-10 17:15:07 -04:00
go.sum vendor 2019-10-10 17:15:07 -04:00
LICENSE vendor 2019-10-10 17:15:07 -04:00
pointer.go vendor 2019-10-10 17:15:07 -04:00
README.md vendor 2019-10-10 17:15:07 -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.