Skip to content

go-openapi/jsonpointer

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9fb9a3a · Mar 11, 2025

History

74 Commits
Mar 11, 2025
Jan 2, 2017
Apr 17, 2016
Mar 11, 2025
Apr 17, 2016
Apr 17, 2016
Dec 6, 2023
Mar 11, 2025
Nov 29, 2024
Nov 29, 2024
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.