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