Luther Monson 5dc1ff6e0f switch to go modules há 4 anos atrás
..
.drone.sec 5dc1ff6e0f switch to go modules há 4 anos atrás
.drone.yml 5dc1ff6e0f switch to go modules há 4 anos atrás
.gitignore 5dc1ff6e0f switch to go modules há 4 anos atrás
.pullapprove.yml 5dc1ff6e0f switch to go modules há 4 anos atrás
CODE_OF_CONDUCT.md 5dc1ff6e0f switch to go modules há 4 anos atrás
LICENSE 1b8190be03 glide install há 8 anos atrás
README.md 5dc1ff6e0f switch to go modules há 4 anos atrás
pointer.go 1b8190be03 glide install há 8 anos atrás

README.md

gojsonpointer Build Status Coverage 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.