We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cdb18 commit e298c3bCopy full SHA for e298c3b
README.md
@@ -1,11 +1,11 @@
1
# jsonpointer - an [RFC 6901](https://datatracker.ietf.org/doc/html/rfc6901) implementation for Go
2
3
-[](https://pkg.go.dev/github.com/chanced/jsonpointer)
4
-
5
Package jsonpointer provides the ability to resolve, assign, and delete values
6
of any type, including raw JSON, by [JSON
7
Pointers](https://datatracker.ietf.org/doc/html/rfc6901).
8
+[](https://pkg.go.dev/github.com/chanced/jsonpointer)
+
9
## Motivation
10
11
jsonpointer was built to support
0 commit comments