pcm-modelarts/vendor/github.com/go-openapi/jsonpointer
qiwang 82e6f25c16 add modelarts reasoning 2024-06-20 11:21:42 +08:00
..
.editorconfig fix 2023-10-24 08:58:37 +08:00
.gitignore fix 2023-10-24 08:58:37 +08:00
CODE_OF_CONDUCT.md fix 2023-10-24 08:58:37 +08:00
LICENSE fix 2023-10-24 08:58:37 +08:00
README.md add modelarts reasoning 2024-06-20 11:21:42 +08:00
pointer.go add modelarts reasoning 2024-06-20 11:21:42 +08:00

README.md

gojsonpointer Build Status codecov

Slack Status license Go Reference Go Report Card

An implementation of JSON Pointer - Go language

Status

Completed YES

Tested YES

References

http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07

Note

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.