Skip to content

Commit e298c3b

Browse files
committed
go doc shield
1 parent 82cdb18 commit e298c3b

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-
53
Package jsonpointer provides the ability to resolve, assign, and delete values
64
of any type, including raw JSON, by [JSON
75
Pointers](https://datatracker.ietf.org/doc/html/rfc6901).
86

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)