client/vendor/github.com/go-openapi/jsonpointer
Naomi Seyfer fb587184c4 Actually, vendor everything (#59)
* Actually, vendor everything

* Verifier and update deps

* Dont verify codegen; we cant
2019-04-05 04:08:57 -07:00
..
.editorconfig Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
.gitignore Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
.travis.yml Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
CODE_OF_CONDUCT.md Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
LICENSE Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
README.md Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
go.mod Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
go.sum Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
pointer.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07: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.