From 4e8f0c7f2819fc0eceeae4d08df9dd92080b1b48 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Mon, 14 Aug 2017 18:16:21 -0700 Subject: [PATCH] added playground link --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e56f042..5dbfed3 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,11 @@
Build Status GoDoc +GJSON Playground

+ +

get a json value quickly

GJSON is a Go package that provides a [fast](#performance) and [simple](#get-a-value) way to get values from a json document.