Skip to content

go-openapi/jsonpointer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

76476c2 · Mar 28, 2025

History

78 Commits
Mar 28, 2025
Jan 2, 2017
Apr 17, 2016
Mar 28, 2025
Apr 17, 2016
Apr 17, 2016
Dec 6, 2023
Mar 11, 2025
Mar 12, 2025
Mar 12, 2025
Mar 11, 2025
Mar 11, 2025

Repository files navigation

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.