From ba95ef80b5015aee9fc8168691f21be20eae0e5c Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Fri, 10 Dec 2021 09:23:12 -0700 Subject: [PATCH] Update SYNTAX.md --- SYNTAX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SYNTAX.md b/SYNTAX.md index 5dd9bed..67fa058 100644 --- a/SYNTAX.md +++ b/SYNTAX.md @@ -22,7 +22,7 @@ Use the [GJSON Playground](https://gjson.dev) to experiment with the syntax onli A GJSON Path is intended to be easily expressed as a series of components seperated by a `.` character. -Along with `.` character, there are a few more that have special meaning, including `|`, `#`, `@`, `\`, `*`, and `?`. +Along with `.` character, there are a few more that have special meaning, including `|`, `#`, `@`, `\`, `*`, `!`, and `?`. ## Example