caching/vendor/github.com/go-openapi/jsonpointer
Markus Thömmes c29dc56d8f
Drop unnecessary dependencies on vegeta and licenseclassifier (#582)
2021-12-06 05:32:28 -08: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 Drop unnecessary dependencies on vegeta and licenseclassifier (#582) 2021-12-06 05:32:28 -08: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 Drop unnecessary dependencies on vegeta and licenseclassifier (#582) 2021-12-06 05:32:28 -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.