Skip to content

Commit 63af863

Browse files
authored
Update README.md
1 parent c7e062c commit 63af863

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)