forked from ebhomengo/niki
1
0
Fork 0
niki/vendor/github.com/go-openapi/jsonpointer
hossein a0ac672120 vendorize project 2024-08-29 06:56:59 +03:30
..
.editorconfig vendorize project 2024-08-29 06:56:59 +03:30
.gitignore vendorize project 2024-08-29 06:56:59 +03:30
.golangci.yml 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 vendorize project 2024-08-29 06:56:59 +03:30
pointer.go vendorize project 2024-08-29 06:56:59 +03:30

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.