techknowlogick 3f5cdfe359 use go 1.13 (#8088) | před 5 roky | |
---|---|---|
.. | ||
.editorconfig | před 5 roky | |
.gitignore | před 5 roky | |
.travis.yml | před 5 roky | |
CODE_OF_CONDUCT.md | před 5 roky | |
LICENSE | před 5 roky | |
README.md | před 5 roky | |
go.mod | před 5 roky | |
go.sum | před 5 roky | |
pointer.go | před 5 roky |
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.