From 68c884f54596638de3837bb3b05bd788758b4d36 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sat, 27 Mar 2021 12:06:30 -0700 Subject: [PATCH] Update SYNTAX.md --- SYNTAX.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SYNTAX.md b/SYNTAX.md index f0f0c29..86235b9 100644 --- a/SYNTAX.md +++ b/SYNTAX.md @@ -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