File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,6 @@ Pointers](https://datatracker.ietf.org/doc/html/rfc6901).
66
77[ ![ GoDoc] ( https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square )] ( https://pkg.go.dev/github.com/chanced/jsonpointer )
88
9- ## Motivation
10-
11- jsonpointer was built to support
12- [ github.com/chanced/openapi] ( https://github.com/chanced/openapi ) but it may be
13- useful for others so it has been released as an independent package.
14-
15- For the openapi package, I needed a way to resolve and assign JSON Pointers
16- against concrete types while also maintaining integrity of pointer values. All
17- existing JSON Pointer implementations for Go operate on ` map[string]interface{} `
18- and ` []interface{} ` , raw JSON, or both.
199
2010## Install
2111
You can’t perform that action at this time.
0 commit comments