Skip to content

Commit 0469357

Browse files
Update adv-jsonpath.md
1 parent b808838 commit 0469357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ds/json/adv-jsonpath.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Only JSONPath will be discussed in this tutorial.
66
You've already seen several examples of JSONPath in previous parts of this tutorial. The next sections will describe JSONPath in more complete detail.
77
Some simple JSON documents will be used to demonstrate JSONPath's features.
88

9-
```redis Load documents
9+
```redis:[run_confirmation=true] Load documents
1010
JSON.SET lit1 $ 5
1111
JSON.SET lit2 $ '"abc"'
1212
JSON.SET lit3 $ true
@@ -56,7 +56,7 @@ JSON.GET obj2 '$.["a"]' // note the use of single quotes in this expression; the
5656

5757
It is possible to use `$` as part of a field name.
5858

59-
```redis Using $ as part of a field name
59+
```redis:[run_confirmation=true] Using $ as part of a field name
6060
JSON.SET d $ '{"$":5, "$$":6}'
6161
JSON.GET d $.$ // returns "[5]"
6262
```

0 commit comments

Comments
 (0)