Files
kilo/vendor/github.com/go-openapi/jsonpointer
leonnicolas a3bf13711c go.mod: bump client-go and api machinerie
I had to run `make generate`.
Some API functions got additional parameters `Options` and `Context`.
I used empty options and `context.TODO()` for now.

Signed-off-by: leonnicolas <leonloechner@gmx.de>
2021-05-15 12:12:50 +02:00
..
2019-05-03 12:50:21 +02:00
2019-05-03 12:50:21 +02:00
2019-05-03 12:50:21 +02:00
2019-05-03 12:50:21 +02:00
2019-05-03 12:50:21 +02: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.