EdgexAgent/device-gps-go/vendor/github.com/go-openapi/jsonpointer
2025-07-10 20:30:06 +08:00
..
.editorconfig 边缘代理监测项目 2025-07-10 20:30:06 +08:00
.gitignore 边缘代理监测项目 2025-07-10 20:30:06 +08:00
.golangci.yml 边缘代理监测项目 2025-07-10 20:30:06 +08:00
CODE_OF_CONDUCT.md 边缘代理监测项目 2025-07-10 20:30:06 +08:00
LICENSE 边缘代理监测项目 2025-07-10 20:30:06 +08:00
pointer.go 边缘代理监测项目 2025-07-10 20:30:06 +08:00
README.md 边缘代理监测项目 2025-07-10 20:30:06 +08:00

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.