From 66633719e2d4571edeffd09665386c7b7b300a9f Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Wed, 10 Aug 2016 21:12:02 -0700 Subject: [PATCH] mention gjson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 893a735..9d32265 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,7 @@ Which will return: ## JSON Indexes -Indexes can be created on individual fields inside JSON documents. +Indexes can be created on individual fields inside JSON documents. BuntDB uses [GJSON](https://github.com/tidwall/gjson) for under the hood. For example: