Skip to content

Commit 6fe499d

Browse files
Update more-adv-jsonpath.md
1 parent 3e8025e commit 6fe499d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ds/json/more-adv-jsonpath.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
In this section of the JSONPath tutorial, filter and deep scan expressions will be presented using a set of simple documents.
22

3-
```redis Load documents
3+
```redis:[run_confirmation=true] Load documents
44
JSON.SET lit1 $ 5
55
JSON.SET lit2 $ '"abc"'
66
JSON.SET lit3 $ true
@@ -148,4 +148,4 @@ JSON.GET obj2 '$.a[?(@==true)]' // "[true]", Boolean literal
148148
JSON.GET obj2 '$.a[?(@==false)]' // "[false]", Boolean literal
149149
JSON.GET obj2 '$.a[?(@.b==null)]' // "[{\"b\":null}]", nil literal
150150
JSON.GET obj2 '$.a[*].*[?(@==null)]' // "[null]", nil literal
151-
```
151+
```

0 commit comments

Comments
 (0)