forked from ebhomengo/niki
1
0
Fork 0
niki/vendor/github.com/go-openapi/jsonpointer
Erfan Mohammadi 86a962b0c9 style(niki): apply code formatting and linting (#85) 2024-07-25 03:15:04 +03:30
..
.editorconfig feat(niki): add swagger not completed 2024-05-14 16:37:09 +03:30
.gitignore feat(niki): add swagger not completed 2024-05-14 16:37:09 +03:30
.golangci.yml feat(niki): add swagger not completed 2024-05-14 16:37:09 +03:30
CODE_OF_CONDUCT.md feat(niki): add swagger not completed 2024-05-14 16:37:09 +03:30
LICENSE feat(niki): add swagger not completed 2024-05-14 16:37:09 +03:30
README.md feat(niki): add swagger not completed 2024-05-14 16:37:09 +03:30
pointer.go style(niki): apply code formatting and linting (#85) 2024-07-25 03:15:04 +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.