openGauss-operator/vendor/github.com/go-openapi/jsonpointer
reuscai 4c03aaa9a5 Add framwork 2021-05-09 17:09:19 +08:00
..
.editorconfig Add framwork 2021-05-09 17:09:19 +08:00
.gitignore Add framwork 2021-05-09 17:09:19 +08:00
.travis.yml Add framwork 2021-05-09 17:09:19 +08:00
CODE_OF_CONDUCT.md Add framwork 2021-05-09 17:09:19 +08:00
LICENSE Add framwork 2021-05-09 17:09:19 +08:00
README.md Add framwork 2021-05-09 17:09:19 +08:00
go.mod Add framwork 2021-05-09 17:09:19 +08:00
go.sum Add framwork 2021-05-09 17:09:19 +08:00
pointer.go Add framwork 2021-05-09 17:09:19 +08:00

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.