vikunja-api/vendor/github.com/go-openapi/jsonpointer
2018-10-28 16:11:13 +00:00
..
.editorconfig Fix build when using go modules () 2018-10-28 16:11:13 +00:00
.gitignore Fix build when using go modules () 2018-10-28 16:11:13 +00:00
.travis.yml Fix build when using go modules () 2018-10-28 16:11:13 +00:00
CODE_OF_CONDUCT.md Fix build when using go modules () 2018-10-28 16:11:13 +00:00
go.mod Fix build when using go modules () 2018-10-28 16:11:13 +00:00
go.sum Fix build when using go modules () 2018-10-28 16:11:13 +00:00
LICENSE Fix build when using go modules () 2018-10-28 16:11:13 +00:00
pointer.go Fix build when using go modules () 2018-10-28 16:11:13 +00:00
README.md Fix build when using go modules () 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.