mention jsoned

This commit is contained in:
Josh Baker 2016-10-25 22:03:43 -07:00 committed by GitHub
parent 27c108f475
commit 5fdbb97fe1
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
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.
For a command line interface check out [JSONed](https://github.com/tidwall/jsoned).
Getting Started
===============