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