0
0
mirror of https://github.com/crazy-max/diun.git synced 2024-12-22 19:38:28 +00:00
crazy-max_diun/vendor/github.com/go-openapi/jsonpointer
2024-12-14 23:21:47 +01:00
..
.editorconfig chore: go mod vendor 2024-12-14 22:30:21 +01:00
.gitignore chore: go mod vendor 2024-12-14 22:30:21 +01:00
.golangci.yml chore(deps): bump github.com/containers/image/v5 to 5.32.2 2024-12-14 23:21:47 +01:00
CODE_OF_CONDUCT.md chore: go mod vendor 2024-12-14 22:30:21 +01:00
LICENSE chore: go mod vendor 2024-12-14 22:30:21 +01:00
pointer.go chore(deps): bump github.com/containers/image/v5 to 5.32.2 2024-12-14 23:21:47 +01:00
README.md chore(deps): bump github.com/containers/image/v5 to 5.32.2 2024-12-14 23:21:47 +01:00

gojsonpointer Build Status codecov

Slack Status license Go Reference Go Report Card

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.