Skip to content

Commit 0eb47a7

Browse files
authored
Update README.md
1 parent 61b32cf commit 0eb47a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[![Go Report Card](https://goreportcard.com/badge/github.com/buger/jsonparser)](https://goreportcard.com/report/github.com/buger/jsonparser) ![License](https://img.shields.io/dub/l/vibe-d.svg)
22
# Alternative JSON parser for Go (10x times faster standard library)
33

4+
**This library was forked from buger/jsonparser on March 18, 2026.**
5+
46
It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to **10 times faster** than standard `encoding/json` package (depending on payload size and usage), **allocates no memory**. See benchmarks below.
57

68
## Rationale

0 commit comments

Comments
 (0)