niki/vendor/github.com/go-openapi/jsonpointer
mohammadreza javid 38cd7d1c1c update go version from 1.23 to 1.25.3 2026-03-20 13:38:26 +03:30
..
.editorconfig vendorize project 2024-08-29 06:56:59 +03:30
.gitignore vendorize project 2024-08-29 06:56:59 +03:30
CODE_OF_CONDUCT.md vendorize project 2024-08-29 06:56:59 +03:30
LICENSE vendorize project 2024-08-29 06:56:59 +03:30
README.md update go version from 1.23 to 1.25.3 2026-03-20 13:38:26 +03:30
pointer.go update go version from 1.23 to 1.25.3 2026-03-20 13:38:26 +03:30

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.