techknowlogick 3f5cdfe359 use go 1.13 (#8088) | 5 years ago | |
---|---|---|
.. | ||
.editorconfig | 5 years ago | |
.gitignore | 5 years ago | |
.travis.yml | 5 years ago | |
CODE_OF_CONDUCT.md | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
go.mod | 5 years ago | |
go.sum | 5 years ago | |
pointer.go | 5 years ago |
An implementation of JSON Pointer - Go language
Completed YES
Tested YES
http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07
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.