forked from mirror/gjson
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"]
|
"children.@case:lower.@reverse" ["jack","alex","sara"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*Note: Custom modifiers are not yet available in the Rust version*
|
||||||
|
|
||||||
### Multipaths
|
### Multipaths
|
||||||
|
|
||||||
Starting with v1.3.0, GJSON added the ability to join multiple paths together
|
Starting with v1.3.0, GJSON added the ability to join multiple paths together
|
||||||
|
|
Loading…
Reference in New Issue