mirror of https://github.com/tidwall/gjson.git
Update SYNTAX.md
This commit is contained in:
parent
e78ccfebe4
commit
68c884f545
|
@ -255,6 +255,8 @@ gjson.AddModifier("case", func(json, arg string) string {
|
|||
"children.@case:lower.@reverse" ["jack","alex","sara"]
|
||||
```
|
||||
|
||||
*Note: Custom modifiers are not yet available in the Rust version*
|
||||
|
||||
### Multipaths
|
||||
|
||||
Starting with v1.3.0, GJSON added the ability to join multiple paths together
|
||||
|
|
Loading…
Reference in New Issue