mirror of https://github.com/tidwall/sjson.git
mention jsoned
This commit is contained in:
parent
a47c1e938e
commit
c09484b534
|
@ -12,6 +12,8 @@
|
|||
SJSON is a Go package that provides a very fast and simple way to set a value in a json document. The purpose for this library is to provide efficient json updating for the [SummitDB](https://github.com/tidwall/summitdb) project.
|
||||
For quickly retrieving json values check out [GJSON](https://github.com/tidwall/gjson).
|
||||
|
||||
For a command line interface check out [JSONed](https://github.com/tidwall/jsoned).
|
||||
|
||||
Getting Started
|
||||
===============
|
||||
|
||||
|
|
Loading…
Reference in New Issue