From b95abbe94a3ac0371cc18e3def5c3b6a8611eb4f Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Wed, 2 Nov 2016 11:01:06 -0700 Subject: [PATCH] removed obsolete field --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7657794..aad39de 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,6 @@ result.Type // can be String, Number, True, False, Null, or JSON result.Str // holds the string result.Num // holds the float64 number result.Raw // holds the raw json -result.Multi // holds nested array values result.Index // index of raw value in original json, zero means index unknown ```