|
лет назад: 5 | |
---|---|---|
.. | ||
.editorconfig | лет назад: 5 | |
.gitignore | лет назад: 5 | |
.travis.yml | лет назад: 5 | |
BUILD | лет назад: 5 | |
CODE_OF_CONDUCT.md | лет назад: 5 | |
LICENSE | лет назад: 5 | |
README.md | лет назад: 5 | |
go.mod | лет назад: 5 | |
go.sum | лет назад: 5 | |
pointer.go | лет назад: 5 |
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.