techknowlogick 3f5cdfe359 use go 1.13 (#8088) | hace 5 años | |
---|---|---|
.. | ||
.editorconfig | hace 5 años | |
.gitignore | hace 5 años | |
.travis.yml | hace 5 años | |
CODE_OF_CONDUCT.md | hace 5 años | |
LICENSE | hace 5 años | |
README.md | hace 5 años | |
go.mod | hace 5 años | |
go.sum | hace 5 años | |
pointer.go | hace 5 años |
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.