removed obsolete field

This commit is contained in:
Josh Baker 2016-11-02 11:01:06 -07:00 committed by GitHub
parent a02d704254
commit b95abbe94a
1 changed files with 0 additions and 1 deletions

View File

@ -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
```