forked from mirror/gjson
minor update
This commit is contained in:
parent
7c63fbd56a
commit
7d884e04ac
|
@ -11,7 +11,7 @@
|
|||
|
||||
<p align="center">get a json value quickly</a></p>
|
||||
|
||||
GJSON is a Go package that provides a [very fast](#performance) and simple way to get values from a json document.
|
||||
GJSON is a Go package that provides a [fast](#performance) and [simple](#get-a-value) way to get a value from a json document with only one line of code.
|
||||
|
||||
Getting Started
|
||||
===============
|
||||
|
|
Loading…
Reference in New Issue