mention gjson

This commit is contained in:
Josh Baker 2016-08-10 21:12:36 -07:00 committed by GitHub
parent 66633719e2
commit e8de6d537f
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ Which will return:
## JSON Indexes ## JSON Indexes
Indexes can be created on individual fields inside JSON documents. BuntDB uses [GJSON](https://github.com/tidwall/gjson) for under the hood. Indexes can be created on individual fields inside JSON documents. BuntDB uses [GJSON](https://github.com/tidwall/gjson) under the hood.
For example: For example: