tree: 06f3736860081c7faf6febd308d98efdecb611d7 [path history] [tgz]
  1. .github/
  2. .editorconfig
  3. .gitignore
  4. .travis.yml
  5. CODE_OF_CONDUCT.md
  6. go.mod
  7. go.sum
  8. LICENSE
  9. pointer.go
  10. pointer_test.go
  11. README.md
vendor/github.com/go-openapi/jsonpointer/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.