update tagline

This commit is contained in:
Josh Baker 2017-12-22 07:16:29 -07:00
parent e62d62a3e1
commit 09641abb33
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<p align="center">get a json value quickly</a></p>
<p align="center">get json values quickly</a></p>
GJSON is a Go package that provides a [fast](#performance) and [simple](#get-a-value) way to get values from a json document.
It has features such as [one line retrieval](#get-a-value), [dot notation paths](#path-syntax), [iteration](#iterate-through-an-object-or-array).