caching/vendor/github.com/go-openapi/jsonpointer
Paul Schweigert 230ac69ffc
bump go.mod to v1.18 (#660)
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-08-03 17:51:18 +00: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 upgrade to latest dependencies (#587) 2022-01-05 13:08:33 -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
pointer.go upgrade to latest dependencies (#587) 2022-01-05 13:08:33 -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.