mirror of https://github.com/tidwall/gjson.git
Quick typo.
This commit is contained in:
parent
2feb4037b4
commit
d3daff0185
|
@ -291,8 +291,8 @@ gjson.AddModifier("case", func(json, arg string) string {
|
|||
### Multipaths
|
||||
|
||||
Starting with v1.3.0, GJSON added the ability to join multiple paths together
|
||||
to form new documents. Wrapping comma-separated paths between `{...}` or
|
||||
`[...]` will result in a new array or object, respectively.
|
||||
to form new documents. Wrapping comma-separated paths between `[...]` or
|
||||
`{...}` will result in a new array or object, respectively.
|
||||
|
||||
For example, using the given multipath
|
||||
|
||||
|
|
Loading…
Reference in New Issue