We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e062c commit 63af863Copy full SHA for 63af863
1 file changed
README.md
@@ -6,16 +6,6 @@ Pointers](https://datatracker.ietf.org/doc/html/rfc6901).
6
7
[](https://pkg.go.dev/github.com/chanced/jsonpointer)
8
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.
19
20
## Install
21
0 commit comments