Skip to content

Commit 82cdb18

Browse files
committed
go doc shield
1 parent 0dac293 commit 82cdb18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# jsonpointer - an [RFC 6901](https://datatracker.ietf.org/doc/html/rfc6901) implementation for Go
22

3+
[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://pkg.go.dev/github.com/chanced/jsonpointer)
4+
35
Package jsonpointer provides the ability to resolve, assign, and delete values
46
of any type, including raw JSON, by [JSON
57
Pointers](https://datatracker.ietf.org/doc/html/rfc6901).
68

7-
[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://pkg.go.dev/github.com/chanced/jsonpointer)
8-
99
## Motivation
1010

1111
jsonpointer was built to support

0 commit comments

Comments
 (0)