From 5fdbb97fe1ce31165ab8bb10911d4fd1eaebb234 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Tue, 25 Oct 2016 22:03:43 -0700 Subject: [PATCH] mention jsoned --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1aa0765..045e52b 100644 --- a/README.md +++ b/README.md @@ -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 ===============