mention jsoned

This commit is contained in:
Josh Baker 2016-10-25 21:06:31 -07:00 committed by GitHub
parent a47c1e938e
commit c09484b534
1 changed files with 2 additions and 0 deletions

View File

@ -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
===============