local-server/vendor/github.com/go-openapi/jsonpointer
2019-02-04 13:56:43 +11:00
..
.editorconfig refactor to go-restful 2019-02-04 13:56:43 +11:00
.gitignore refactor to go-restful 2019-02-04 13:56:43 +11:00
.travis.yml refactor to go-restful 2019-02-04 13:56:43 +11:00
CODE_OF_CONDUCT.md refactor to go-restful 2019-02-04 13:56:43 +11:00
go.mod refactor to go-restful 2019-02-04 13:56:43 +11:00
go.sum refactor to go-restful 2019-02-04 13:56:43 +11:00
LICENSE refactor to go-restful 2019-02-04 13:56:43 +11:00
pointer.go refactor to go-restful 2019-02-04 13:56:43 +11:00
README.md refactor to go-restful 2019-02-04 13:56:43 +11:00

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.