mirror of https://github.com/tidwall/gjson.git
Update SYNTAX.md
This commit is contained in:
parent
7a0721334f
commit
ca5c4b1e26
|
@ -161,7 +161,7 @@ You can now query for all true(ish) or false(ish) values:
|
||||||
|
|
||||||
```
|
```
|
||||||
vals.#(b==~true)#.a >> [1,2,6,7,8]
|
vals.#(b==~true)#.a >> [1,2,6,7,8]
|
||||||
vals.#(b==~false)#.b >> [3,4,5,9,10,11]
|
vals.#(b==~false)#.a >> [3,4,5,9,10,11]
|
||||||
```
|
```
|
||||||
|
|
||||||
The last value which was non-existent is treated as `false`
|
The last value which was non-existent is treated as `false`
|
||||||
|
|
Loading…
Reference in New Issue