We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b8c19 commit 807836aCopy full SHA for 807836a
1 file changed
README.md
@@ -128,7 +128,7 @@ result.Str // holds the string
128
result.Num // holds the float64 number
129
result.Raw // holds the raw json
130
result.Index // index of raw value in original json, zero means index unknown
131
-result.Indexes // Indexes of all the elements that match on a `#(...)#` query
+result.Indexes // indexes of all the elements that match on a `#(...)#` query
132
133
```
134
0 commit comments