Skip to content

Commit

Permalink
Update json search docs per comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gibber9809 committed Jan 8, 2025
1 parent ba059c4 commit befcb42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/user-guide/reference-json-search-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ There are three supported boolean operators:

You can use parentheses (`()`) to apply an operator to a group of expressions.

### Escaping special characters
### Characters that require escaping

Keys containing the following literal characters must escape the characters using a `\` (backslash):

Expand Down Expand Up @@ -197,11 +197,11 @@ Keys and values can also represent unicode codepoints using the `\uXXXX` escape

Keys and values also support the following escape sequences to represent control characters:

* `\r`
* `\n`
* `\t`
* `\b`
* `\f`
* `\n`
* `\r`
* `\t`

## Examples

Expand Down

0 comments on commit befcb42

Please sign in to comment.