buildx/vendor/github.com/go-openapi/jsonpointer
Jonathan A. Sternberg e1adeee898
vendor: github.com/moby/buildkit v0.23.0-rc1
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
2025-06-11 16:29:31 -05:00
..
.editorconfig vendor: bump k8s to v0.25.4 2023-03-14 18:44:13 +01:00
.gitignore vendor: bump k8s to v0.25.4 2023-03-14 18:44:13 +01:00
.golangci.yml vendor: github.com/moby/buildkit v0.23.0-rc1 2025-06-11 16:29:31 -05:00
CODE_OF_CONDUCT.md vendor: bump k8s to v0.25.4 2023-03-14 18:44:13 +01:00
LICENSE vendor: bump k8s to v0.25.4 2023-03-14 18:44:13 +01:00
README.md vendor: github.com/moby/buildkit v0.23.0-rc1 2025-06-11 16:29:31 -05:00
pointer.go vendor: github.com/moby/buildkit v0.23.0-rc1 2025-06-11 16:29:31 -05:00

README.md

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.