caching/vendor/github.com/go-openapi/jsonpointer
Matt Moore 7f5b718a01
[master] Auto-update dependencies (#261)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-29 09:02:42 -07:00
..
.editorconfig Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
.gitignore Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
.travis.yml Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
CODE_OF_CONDUCT.md Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
LICENSE Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
README.md Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
go.mod [master] Auto-update dependencies (#261) 2020-04-29 09:02:42 -07:00
go.sum [master] Auto-update dependencies (#261) 2020-04-29 09:02:42 -07:00
pointer.go [master] Auto-update dependencies (#261) 2020-04-29 09:02:42 -07: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.