Update README.md

This commit is contained in:
Josh Baker 2016-11-30 12:04:48 -07:00 committed by GitHub
parent 62892351c5
commit 6fd75099ef
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<p align="center">get a json value quickly</a></p>
GJSON is a Go package the provides a [very fast](#performance) and simple way to get a value from a json document. The reason for this library it to give efficient json indexing for the [BuntDB](https://github.com/tidwall/buntdb) project.
GJSON is a Go package that provides a [very fast](#performance) and simple way to get a value from a json document. The purpose for this library it to give efficient json indexing for the [BuntDB](https://github.com/tidwall/buntdb) project.
For a command line interface check out [JSONed](https://github.com/tidwall/jsoned).