From 8f291465f6bfd719f102632984f57cabfbe8c05a Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sun, 2 Apr 2017 10:13:06 -0700 Subject: [PATCH] added Exists() to the list of handy functions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b38f920..663771d 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ result.Index // index of raw value in original json, zero means index unknown There are a variety of handy functions that work on a result: ```go +result.Exists() bool result.Value() interface{} result.Int() int64 result.Uint() uint64