dependabot[bot] f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 bulan lalu
..
.editorconfig 1bd3cc5858 revendor 2 bulan lalu
.gitignore 1bd3cc5858 revendor 2 bulan lalu
.golangci.yml f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 bulan lalu
CODE_OF_CONDUCT.md 1bd3cc5858 revendor 2 bulan lalu
LICENSE 1bd3cc5858 revendor 2 bulan lalu
README.md f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 bulan lalu
pointer.go f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 2 bulan lalu

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.