src.dualinventive.com/go/users-service/vendor/github.com/go-openapi/jsonpointer
Jerry Jacobs 1193c82181 initial 2024-08-09 12:10:16 +02:00
..
.editorconfig initial 2024-08-09 12:10:16 +02:00
.travis.yml initial 2024-08-09 12:10:16 +02:00
CODE_OF_CONDUCT.md initial 2024-08-09 12:10:16 +02:00
LICENSE initial 2024-08-09 12:10:16 +02:00
README.md initial 2024-08-09 12:10:16 +02:00
go.mod initial 2024-08-09 12:10:16 +02:00
go.sum initial 2024-08-09 12:10:16 +02:00
pointer.go initial 2024-08-09 12:10:16 +02: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.