This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-api/vendor/github.com/go-openapi/jsonpointer
2018-10-28 16:11:13 +00:00
..
.editorconfig Fix build when using go modules (#6) 2018-10-28 16:11:13 +00:00
.gitignore Fix build when using go modules (#6) 2018-10-28 16:11:13 +00:00
.travis.yml Fix build when using go modules (#6) 2018-10-28 16:11:13 +00:00
CODE_OF_CONDUCT.md Fix build when using go modules (#6) 2018-10-28 16:11:13 +00:00
go.mod Fix build when using go modules (#6) 2018-10-28 16:11:13 +00:00
go.sum Fix build when using go modules (#6) 2018-10-28 16:11:13 +00:00
LICENSE Fix build when using go modules (#6) 2018-10-28 16:11:13 +00:00
pointer.go Fix build when using go modules (#6) 2018-10-28 16:11:13 +00:00
README.md Fix build when using go modules (#6) 2018-10-28 16:11:13 +00: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.